diff options
author | sefidel <contact@sefidel.net> | 2023-08-03 12:50:49 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-08-03 12:50:49 +0900 |
commit | af56f6e8fddf7df04072c60691921a03d108805f (patch) | |
tree | 7ae6add7ba2d0fb3ec26e6256931b31d3e7c7ef6 /home/profiles/gui/config | |
parent | 231ad66a11315d9b6d1249957b6871f20fac8aa6 (diff) | |
download | nixrc-af56f6e8fddf7df04072c60691921a03d108805f.tar.gz nixrc-af56f6e8fddf7df04072c60691921a03d108805f.zip |
chore(gui/sway): remove excess space
Diffstat (limited to 'home/profiles/gui/config')
-rw-r--r-- | home/profiles/gui/config/sway.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/gui/config/sway.nix b/home/profiles/gui/config/sway.nix index 5e4de04..9ed7f6c 100644 --- a/home/profiles/gui/config/sway.nix +++ b/home/profiles/gui/config/sway.nix @@ -160,7 +160,7 @@ with neotheme.colors; bindsym $mod+Shift+q exec swaynag -t warning -m 'Do you really want to exit sway?' -b 'Yes, exit sway' 'swaymsg exit' # Power - bindsym XF86PowerOff exec swaynag -t error -m 'Confirm poweroff?' -b 'Confirm' 'shutdown now' + bindsym XF86PowerOff exec swaynag -t error -m 'Confirm poweroff?' -b 'Confirm' 'shutdown now' # Aesthetics default_border pixel 3 |