diff options
Diffstat (limited to 'users/tdback/modules/xorg/default.nix')
-rw-r--r-- | users/tdback/modules/xorg/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/tdback/modules/xorg/default.nix b/users/tdback/modules/xorg/default.nix index c196117..9014f6b 100644 --- a/users/tdback/modules/xorg/default.nix +++ b/users/tdback/modules/xorg/default.nix @@ -60,8 +60,8 @@ "super + r" = "${lib.getExe pkgs.unstable.rofi} -show drun"; "super + x" = "${lib.getExe pkgs.unstable.alacritty}"; "super + b" = "$BROWSER"; - "super + p" = "$HOME/scripts/snapshot -f"; - "super + shift + p" = "$HOME/scripts/snapshot -r"; + "super + p" = "snapshot -f"; + "super + shift + p" = "snapshot"; "super + Escape" = "systemctl --user restart polybar"; "super + alt + {q,r}" = "${bspc} {quit,wm -r}"; |