diff options
Diffstat (limited to 'i3')
| -rw-r--r-- | i3/.config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index d19c3d3..85d06a9 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -32,11 +32,11 @@ exec_always --no-startup-id "picom --config ~/.config/picom/picom.conf" # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # screen before suspend. Use loginctl lock-session to lock your screen. -exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork +#exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork # NetworkManager is the most popular way to manage wireless networks on Linux, # and nm-applet is a desktop environment-independent system tray GUI for it. -exec --no-startup-id nm-applet +#exec --no-startup-id nm-applet # Autofocus on hover, also when switching workspaces focus_follows_mouse yes |
