diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2024-08-27 19:14:00 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2024-08-27 19:14:00 +0800 |
| commit | 52093c96cb0dfc14b8e82657724393c59d2ca5c6 (patch) | |
| tree | c4b35fc91ab29227ca2addbb7cb900b380804e26 /.config/i3 | |
| parent | 69c7f4cdbfeede04e79d7841155511a6a2fa74c4 (diff) | |
| download | dotfiles-52093c96cb0dfc14b8e82657724393c59d2ca5c6.tar.gz | |
Diffstat (limited to '.config/i3')
| -rw-r--r-- | .config/i3/config | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/.config/i3/config b/.config/i3/config index 5bba1bf..05f6570 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -28,7 +28,7 @@ exec --no-startup-id dex --autostart --environment i3 # 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. @@ -64,10 +64,10 @@ bindsym $mod+d exec --no-startup-id /usr/local/bin/dmenu_run # bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop # change focus -bindsym $mod+j focus left -bindsym $mod+k focus down -bindsym $mod+l focus up -bindsym $mod+semicolon focus right +# bindsym $mod+j focus left +# bindsym $mod+k focus down +# bindsym $mod+l focus up +# bindsym $mod+semicolon focus right # alternatively, you can use the cursor keys: bindsym $mod+Left focus left @@ -191,7 +191,12 @@ bar { } for_window [class=".*"] border pixel 0 -gaps inner 5 +gaps inner 4 gaps outer 0 assign [class="firefox"] 2 + +# i3lock + +bindsym $mod+l exec --no-startup-id i3lock --nofork + |
