From 986996d6e1dd74c04bbf0e57d5ec8448bc9d2b6b Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Mon, 5 Oct 2020 06:59:14 -0400 Subject: 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) --- .config/sxhkd/sxhkdrc | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to '.config/sxhkd') 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 -- cgit v1.2.3