change exit command text, change border sizing
This commit is contained in:
parent
f85f74744c
commit
e51474e9e8
15
i3wm/config
15
i3wm/config
@ -2,17 +2,11 @@
|
||||
|
||||
set $mod Mod4
|
||||
|
||||
bar {
|
||||
position top
|
||||
font pango:Cascadia Code 10
|
||||
status_command i3status
|
||||
}
|
||||
|
||||
exec --no-startup-id $HOME/.fehbg
|
||||
exec "setxkbmap -layout us,ru"
|
||||
exec "setxkbmap -option 'grp:alt_shift_toggle'"
|
||||
|
||||
gaps inner 10
|
||||
gaps inner 5
|
||||
|
||||
font pango:Cascadia Code 10
|
||||
|
||||
@ -92,7 +86,7 @@ bindsym $mod+Shift+0 move container to workspace number $ws10
|
||||
|
||||
bindsym $mod+Shift+c reload
|
||||
bindsym $mod+Shift+r restart
|
||||
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+Shift+e exec "i3-nagbar -t warning -m 'This will end your X session.' -B 'Yes' 'i3-msg exit'"
|
||||
|
||||
mode "resize" {
|
||||
bindsym $left resize shrink width 10 px or 10 ppt
|
||||
@ -111,6 +105,5 @@ mode "resize" {
|
||||
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
default_border pixel 6
|
||||
default_floating_border pixel 6
|
||||
|
||||
default_border pixel 4
|
||||
default_floating_border pixel 4
|
||||
|
Loading…
Reference in New Issue
Block a user