diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-05 06:59:14 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-05 06:59:14 -0400 |
commit | 986996d6e1dd74c04bbf0e57d5ec8448bc9d2b6b (patch) | |
tree | a9ccb77c8a0d19e26558e20bc44f7b20df463327 /.config/sxhkd | |
parent | e371d9edd474bcf89cf5d462eaccb8638900b390 (diff) |
Loads of setup maintenance (see comment)
Changes to be committed:
modified: ../shortcutrc
updated paths for scripts
modified: sxhkdrc
new setmastermonitor dwm command
modified: ../vifm/vifmrc
vifm icons only rely on Font Awesome
deleted: ../../.local/bin/slendy
deleted: ../../.local/bin/test.sh
deleted: ../../.local/bin/tmux-mpsyt
modified: ../../.profile
removed remaps script (already in in xinitrc)
modified: ../../.xinitrc
added remaps scrript and added flashfocus flags
modified: ../../.zshrc
Removed ranger stuff (no longer needed)
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 9e0742d..b09ba09 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -70,6 +70,9 @@ super + {comma,period} ## Move current window to previous/next monitor super + shift + {comma,period} dwmc tagmon {-,+}1 +## Set the master monitor to be the previous/next monitor +super + alt + {comma,period} + dwmc setmastermon {-,+}1 ## View all tags super + 0 dwmc viewall @@ -113,10 +116,10 @@ super + Insert killall screenkey || screenkey --bg-color "#222d32" -s small -f HackGen -t 1 --font-color "#BABABA" ## Open this manual super + alt + shift + h - $SCRIPTS/generation/manualgen + manualgen ## Start colorpicker super + shift + c - $SCRIPTS/handling/colorhandler + colorhandler #-# Standard Applications #-# ## Terminal window @@ -127,13 +130,13 @@ super + w $BROWSER ## TUI Email Client (neomutt) super + e - killall neomutt || $TERMINAL -e neomutt ; $SCRIPTS/cron/dwmbar + killall neomutt || $TERMINAL -e neomutt ; dwmbar ## TUI Calendar (calcurse) super + shift + e killall calcurse || $TERMINAL -t dropdown_calendar -e calcurse ## TUI RSS Reader (newsboat) super + n - killall newsboat || $TERMINAL -e newsboat ; $SCRIPTS/cron/dwmbar + killall newsboat || $TERMINAL -e newsboat ; dwmbar #-# Floating Apps/Utilities #-# ## Network Manager @@ -159,10 +162,10 @@ super + shift + v killall hacker-news || dropdowntoggle hacker-news tmux-hn ## Webcam super + shift + w - $SCRIPTS/utilities/camtoggle + camtoggle ## Force Start VLC Podcast super + shift + p - $SCRIPTS/utilities/tmux-vlc + tmux-vlc #-# Prompts (dmenu) #-# ## Application Launcher @@ -191,7 +194,7 @@ alt + f fontpreview ## Start SSH session alt + s - $SCRIPTS/handling/pickssh + pickssh #-# PrintScreen Utilities #-# ## Entire Screen |