diff options
| author | Spacedio <spacedio@thernusen.net> | 2026-04-25 00:04:48 -0400 |
|---|---|---|
| committer | Spacedio <spacedio@thernusen.net> | 2026-04-25 00:04:48 -0400 |
| commit | 18251f226832b5e18834fce7f39650d030fa6a8b (patch) | |
| tree | 0dfee4e16382cbab3b72c54f631210e2cab9c0b5 /i3/.config | |
| parent | 559cc182a5c359679b9b8bb56c12cb946e090d29 (diff) | |
| download | dotfiles-master.tar.gz | |
Diffstat (limited to 'i3/.config')
| -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 |
