From dfa4a75cf25c69560dd93e281ffb2864fc571448 Mon Sep 17 00:00:00 2001 From: davidpkj Date: Sat, 25 Feb 2023 17:47:21 +0100 Subject: Removed sxhkd --- sxhkd/.config/sxhkd/mediarc | 114 --------------------------------- sxhkd/.config/sxhkd/sxhkdrc | 151 -------------------------------------------- 2 files changed, 265 deletions(-) delete mode 100644 sxhkd/.config/sxhkd/mediarc delete mode 100644 sxhkd/.config/sxhkd/sxhkdrc diff --git a/sxhkd/.config/sxhkd/mediarc b/sxhkd/.config/sxhkd/mediarc deleted file mode 100644 index 91ef9c6..0000000 --- a/sxhkd/.config/sxhkd/mediarc +++ /dev/null @@ -1,114 +0,0 @@ -### ESSENTIALS - -## Restart sxhkd -super + alt + s - pkill -USR1 -x sxhkd - -## Reparent Window to tabbed -super + t - retab - -## Take a Screenshot -super + p - flameshot full -p /home/me/images/screenshots - -## Take a cropped Screenshot -super + shift + p - flameshot full -p /home/me/images/screenshots - -## Mountmenu -## Powermenu -## Theme changer? - -### MEDIA - -## Monitor brightness down by 1 -XF86MonBrightnessDown - brightness smalldown monitor; \ - dunstify -u low -r "110" "Monitor: $(xbacklight -get)%" - -## Monitor brightness up by 1 -XF86MonBrightnessUp - brightness smallup monitor; \ - dunstify -u low -r "110" "Monitor: $(xbacklight -get)%" - -## Monitor brightness down by 5 -shift + XF86MonBrightnessDown - brightness down monitor; \ - dunstify -u low -r "110" "Monitor: $(xbacklight -get)%" - -## Monitor brightness up by 5 -shift + XF86MonBrightnessUp - brightness up monitor; \ - dunstify -u low -r "110" "Monitor: $(xbacklight -get)%" - -## Remove redshift -super + XF86MonBrightnessDown - redshift -x - -## Set redshift -super + XF86MonBrightnessUp - redshift -P -O 3500 - -## Turn off wifi -super + XF86KbdBrightnessDown - nmcli radio all off - -## Turn on wifi -super + XF86KbdBrightnessUp - nmcli radio all on - -## Keyboard brightness down by 1 -XF86KbdBrightnessDown - brightness smalldown keyboard; \ - dunstify -u low -r "110" "Keyboard: $(brightnessctl --device='smc::kbd_backlight' g)" - -## Keyboard brightness up by 1 -XF86KbdBrightnessUp - brightness smallup keyboard; \ - dunstify -u low -r "110" "Keyboard: $(brightnessctl --device='smc::kbd_backlight' g)" - -## Keyboard brightness down by 5 -shift + XF86KbdBrightnessDown - brightness down keyboard; \ - dunstify -u low -r "110" "Keyboard: $(brightnessctl --device='smc::kbd_backlight' g)" - -## Keyboard brightness up by 5 -shift + XF86KbdBrightnessUp - brightness up keyboard; \ - dunstify -u low -r "110" "Keyboard: $(brightnessctl --device='smc::kbd_backlight' g)" - -## Play/Pause media -XF86AudioPlay - playerctl play-pause - -## Next media -XF86AudioNext - playerctl next - -## Previous media -XF86AudioPrev - playerctl previous - -## Increase volume -XF86AudioRaiseVolume - volctl increase - -## Decrease volume -XF86AudioLowerVolume - volctl decrease - -## Mute volume -XF86AudioMute - volctl mute - -### LAUNCHERS - -## Launch document writing environment -XF86LaunchA - launchworkingenv - -## Launch infoboard -XF86LaunchB - infoboard - diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc deleted file mode 100644 index 8cf659b..0000000 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ /dev/null @@ -1,151 +0,0 @@ -### ESSENTIALS - -## Terminal -super + Return - kitty - -## Rofi -super + @space - appmenu # rofi -show drun -theme ~/.cache/wal/colors-rofi-dark.rasi - -## Deth -super + alt + 0 - bspc quit - -## Reload sxhkd -super + alt + s - pkill -USR1 -x sxhkd - -## Reload bspwm -super + alt + b - bspc wm -r - -## Close window -super + q - bspc node -c - -## Kill window and parent -super + shift + q - bspc node -k - -## Mount script -super + m - mountmenu - - -### EXTENDED ESSENTIALS - -## Lock screen -super + l - dm-tool lock - -## Take a Screenshot -super + p - scrot -e 'mv $f ~/images/screenshots/ && notify-send -u normal "Screenshot Taken"' - -## Tab to next/previous node -super + {_,shift + }Tab - rofi -show window - #tabmenu - # bspc node -f {next,prev} - -## Set window state -super + {t,s,f} - bspc node -t {tiled,floating,fullscreen} - -## Focus or send to a workspace -super + {_,shift + }{1-9,0} - bspc {desktop -f,node -d} '^{1-9,10}' - - -### RESIZING AND POSITIONING - -## Expand a window -super + ctrl + {Left,Down,Up,Right} - bspc node -z {left -10 0,bottom 0 10,top 0 -10,right 10 0} - -## Contract a window -super + ctrl + shift + {Left,Down,Up,Right} - bspc node -z {right -10 0,top 0 10,bottom 0 -10,left 10 0} - -## Move a floating window -super + {Left,Down,Up,Right} - bspc node -v {-10 0,0 10,0 -10,10 0} - - -### MEDIA - -## Monitor brightness down by 1 -XF86MonBrightnessDown - brightness smalldown monitor; \ - dunstify -u low -r "110" "Monitor: $(xbacklight -get)%" - -## Monitor brightness up by 1 -XF86MonBrightnessUp - brightness smallup monitor; \ - dunstify -u low -r "110" "Monitor: $(xbacklight -get)%" - -## Monitor brightness down by 5 -super + XF86MonBrightnessDown - brightness down monitor; \ - dunstify -u low -r "110" "Monitor: $(xbacklight -get)%" - -## Monitor brightness up by 5 -super + XF86MonBrightnessUp - brightness up monitor; \ - dunstify -u low -r "110" "Monitor: $(xbacklight -get)%" - -## Keyboard brightness down by 1 -XF86KbdBrightnessDown - brightness smalldown keyboard; \ - dunstify -u low -r "110" "Keyboard: $(brightnessctl --device='smc::kbd_backlight' g)" - -## Keyboard brightness up by 1 -XF86KbdBrightnessUp - brightness smallup keyboard; \ - dunstify -u low -r "110" "Keyboard: $(brightnessctl --device='smc::kbd_backlight' g)" - -## Keyboard brightness down by 5 -super + XF86KbdBrightnessDown - brightness down keyboard; \ - dunstify -u low -r "110" "Keyboard: $(brightnessctl --device='smc::kbd_backlight' g)" - -## Keyboard brightness up by 5 -super + XF86KbdBrightnessUp - brightness up keyboard; \ - dunstify -u low -r "110" "Keyboard: $(brightnessctl --device='smc::kbd_backlight' g)" - -## Play/Pause media -XF86AudioPlay - playerctl play-pause - -## Next media -XF86AudioNext - playerctl next - -## Previous media -XF86AudioPrev - playerctl previous - -## Increase volume -XF86AudioRaiseVolume - volctl increase - -## Decrease volume -XF86AudioLowerVolume - volctl decrease - -## Mute volume -XF86AudioMute - volctl mute - - -### LAUNCHERS - -## Launch document writing environment -XF86LaunchA - launchworkingenv - -## Launch infoboard -XF86LaunchB - infoboard -- cgit v1.2.3