From af56f6e8fddf7df04072c60691921a03d108805f Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Thu, 3 Aug 2023 12:50:49 +0900
Subject: chore(gui/sway): remove excess space

---
 home/profiles/gui/config/sway.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'home/profiles/gui/config')

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
-- 
cgit 1.4.1