diff options
Diffstat (limited to 'hosts/phobos')
-rw-r--r-- | hosts/phobos/home.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/phobos/home.nix b/hosts/phobos/home.nix index 3e666ef..3238db6 100644 --- a/hosts/phobos/home.nix +++ b/hosts/phobos/home.nix @@ -43,7 +43,8 @@ in builtins.readFile (dotfiles + "/sxhkd/dwm") + builtins.readFile (dotfiles + "/sxhkd/base") + '' - #enter and leave game mode + + #enter and leave game mode alt + shift + F11: ctrl + shift + F11 pkill -ALRM sxhkd @@ -53,7 +54,7 @@ in #Screenshot alt + grave - bash ~/.scripts/screenshot + bash ~/.scripts/screenshot ################## @@ -109,7 +110,6 @@ in XF86TouchpadToggle exec ~/.config/i3/scripts/toggletouchpad.sh - ''; }; |