change exit command text, change border sizing

This commit is contained in:
Alexander Popov 2022-02-11 20:45:28 +03:00
parent f85f74744c
commit e51474e9e8

View File

@ -2,17 +2,11 @@
set $mod Mod4 set $mod Mod4
bar {
position top
font pango:Cascadia Code 10
status_command i3status
}
exec --no-startup-id $HOME/.fehbg exec --no-startup-id $HOME/.fehbg
exec "setxkbmap -layout us,ru" exec "setxkbmap -layout us,ru"
exec "setxkbmap -option 'grp:alt_shift_toggle'" exec "setxkbmap -option 'grp:alt_shift_toggle'"
gaps inner 10 gaps inner 5
font pango:Cascadia Code 10 font pango:Cascadia Code 10
@ -92,25 +86,24 @@ bindsym $mod+Shift+0 move container to workspace number $ws10
bindsym $mod+Shift+c reload bindsym $mod+Shift+c reload
bindsym $mod+Shift+r restart 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" { mode "resize" {
bindsym $left resize shrink width 10 px or 10 ppt bindsym $left resize shrink width 10 px or 10 ppt
bindsym $down resize grow height 10 px or 10 ppt bindsym $down resize grow height 10 px or 10 ppt
bindsym $up resize shrink height 10 px or 10 ppt bindsym $up resize shrink height 10 px or 10 ppt
bindsym $right resize grow width 10 px or 10 ppt bindsym $right resize grow width 10 px or 10 ppt
bindsym Left resize shrink width 10 px or 10 ppt bindsym Left resize shrink width 10 px or 10 ppt
bindsym Down resize grow height 10 px or 10 ppt bindsym Down resize grow height 10 px or 10 ppt
bindsym Up resize shrink height 10 px or 10 ppt bindsym Up resize shrink height 10 px or 10 ppt
bindsym Right resize grow width 10 px or 10 ppt bindsym Right resize grow width 10 px or 10 ppt
bindsym Return mode "default" bindsym Return mode "default"
bindsym Escape mode "default" bindsym Escape mode "default"
bindsym $mod+r mode "default" bindsym $mod+r mode "default"
} }
bindsym $mod+r mode "resize" bindsym $mod+r mode "resize"
default_border pixel 6 default_border pixel 4
default_floating_border pixel 6 default_floating_border pixel 4