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/vm/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/vm/home.nix')
| -rw-r--r-- | hosts/vm/home.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/vm/home.nix b/hosts/vm/home.nix index 13fa378..19c9e26 100644 --- a/hosts/vm/home.nix +++ b/hosts/vm/home.nix @@ -36,7 +36,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 |