refactor: misc changes

This commit is contained in:
2025-07-04 00:33:49 +03:00
parent 1aeb25e712
commit 8e37805ad4
4 changed files with 15 additions and 4 deletions

View File

@@ -2,7 +2,6 @@
; this file is an automated accelerator map dump
;
(gtk_accel_path "<Actions>/ThunarActions/uca-action-1739060949375198-2" "<Primary><Shift>x")
; (gtk_accel_path "<Actions>/ThunarDetailsView/expandable-folders" "")
(gtk_accel_path "<Actions>/ThunarStandardView/sort-by-type" "<Alt>t")
; (gtk_accel_path "<Actions>/ThunarStatusBar/toggle-last-modified" "")
; (gtk_accel_path "<Actions>/Thunarwindow/menu" "")
@@ -93,7 +92,6 @@
; (gtk_accel_path "<Actions>/ThunarWindow/view-as-icons" "<Primary>1")
; (gtk_accel_path "<Actions>/ThunarActionManager/delete-2" "<Shift>Delete")
; (gtk_accel_path "<Actions>/ThunarWindow/zoom-in" "<Primary>plus")
; (gtk_accel_path "<Actions>/ThunarStandardView/configure-columns" "")
; (gtk_accel_path "<Actions>/ThunarStandardView/rename" "F2")
; (gtk_accel_path "<Actions>/ThunarWindow/open-location" "<Primary>l")
; (gtk_accel_path "<Actions>/ThunarWindow/view-as-compact-list" "<Primary>3")

View File

@@ -70,4 +70,15 @@
<patterns>*.png;*.webp;*.jpg;*.jpeg</patterns>
<image-files/>
</action>
<action>
<icon>emblem-symbolic-link</icon>
<name>Paste symbolic link</name>
<submenu></submenu>
<unique-id>1751568263954481-1</unique-id>
<command>~/Dev/Scripts/symlink_from_clip %f</command>
<description>Creates symlink(s) in current directory for file(s) in clipboard</description>
<range>*</range>
<patterns>*</patterns>
<directories/>
</action>
</actions>

View File

@@ -147,7 +147,7 @@ clock_format = "%X"
background_update = True
#* Custom cpu model name, empty string to disable.
custom_cpu_name = "T-800 Processor"
custom_cpu_name = "T-800 CPU"
#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
#* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user".

View File

@@ -39,7 +39,7 @@ alias ii="curl ifconfig.me"
alias tresh="gio trash"
alias cumseq="exec ~/.config/bspwm/sxseq.sh"
alias clear-recent="rm ~/.local/share/recently-used.xbel"
alias ttach='tmux attach'
alias tach='tmux attach'
alias www='lynx lite.duckduckgo.com/lite'
alias noauto="touch /tmp/startup_completed"
alias camon="sudo modprobe uvcvideo"
@@ -53,8 +53,10 @@ alias weather="weather-Cli get Moscow"
alias weatherbal="weather-Cli get Balashikha"
alias eladio_radio="ssh eladio systemctl --user restart ffmpeg-hls.service"
alias peace="clear && fastfetch -c ~/.config/fastfetch/sakura_v2.jsonc"
alias neofetch="fastfetch -c /usr/share/fastfetch/presets/neofetch.jsonc"
alias pp1="powerprofilesctl set power-saver"
alias pp2="powerprofilesctl set balanced"
alias pp3="powerprofilesctl set performance"
alias vi="nvim"
alias vim="nvim"
alias pentagon="~/Dev/Appimages/edexui.AppImage"