diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2021-05-01 11:04:19 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2021-05-01 11:04:19 -0400 |
commit | 9ed9de5006d437e126c5871dc0cf38a02825aabb (patch) | |
tree | d92d4b6ad254626312ed84c78063dffb73dfa639 /.config/sxhkd | |
parent | af79f164cc50ae0299b3820e9cab290cb6fbcd82 (diff) |
workstation Files
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 1a2e5e6..3535d7b 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -173,7 +173,7 @@ alt + d j4-dmenu-desktop ## Power Utility alt + q - powermenu + sysact ## Quickly Search Google alt + shift + d websearch @@ -195,6 +195,9 @@ alt + f ## Start SSH session alt + s pickssh +## Select bright or dark .Xresources theme +alt + Escape + theme="$(ls $HOME/.config/Xresources/ | dmenu)" && cat "$HOME/.config/Xresources/$theme" | xrdb -load #-# PrintScreen Utilities #-# ## Entire Screen |