diff options
| author | Baitinq <[email protected]> | 2022-06-27 16:27:22 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-27 16:31:14 +0200 |
| commit | 15cf5869dc85ea37382851d172010d2298f0e9ab (patch) | |
| tree | 12ac3ff06d64435b2f7ae0c80c8409c8f7bb884a /hosts/phobos/home.nix | |
| parent | Fix bug with mountpoint options not being in diff strings (diff) | |
| download | nixos-config-15cf5869dc85ea37382851d172010d2298f0e9ab.tar.gz nixos-config-15cf5869dc85ea37382851d172010d2298f0e9ab.tar.bz2 nixos-config-15cf5869dc85ea37382851d172010d2298f0e9ab.zip | |
fmt
Diffstat (limited to 'hosts/phobos/home.nix')
| -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 - ''; }; |