changes before switching
This commit is contained in:
parent
9520019bef
commit
c82f56359d
|
@ -181,7 +181,7 @@ bindsym $mod+Shift+d --release exec --no-startup-id "killall dunst && dunstify -
|
|||
# exit i3 (logs you out of your X session)
|
||||
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
|
||||
bindsym $mod+$alt+l exec bash ~/.config/i3/lockscreen.sh
|
||||
bindsym $mod+$alt+k exec bash ~/.config/i3/lockscreen.sh && systemctl suspend'
|
||||
bindsym $mod+$alt+k exec "bash ~/.config/i3/lockscreen.sh && systemctl suspend"
|
||||
|
||||
# resize window (you can also use the mouse for that)
|
||||
mode "resize" {
|
||||
|
@ -231,9 +231,10 @@ bindsym $mod+c exec "flatpak run com.github.rajsolai.textsnatcher"
|
|||
|
||||
gaps inner 15
|
||||
gaps outer 5
|
||||
gaps top 0
|
||||
|
||||
# You can also use any non-zero value if you'd like to have a border
|
||||
default_border pixel 0
|
||||
default_border pixel 2
|
||||
|
||||
set $mode_gaps Gaps: (o)uter, (i)nner, (h)orizontal, (v)ertical, (t)op, (r)ight, (b)ottom, (l)eft
|
||||
set $mode_gaps_outer Outer Gaps: +|-|0 (local), Shift + +|-|0 (global)
|
||||
|
|
Loading…
Reference in New Issue