Compare commits

...

2 Commits

Author SHA1 Message Date
ddf0c0c1f3 add sndio aliases 2022-02-11 23:37:05 +03:00
e51474e9e8 change exit command text, change border sizing 2022-02-11 20:45:28 +03:00
2 changed files with 18 additions and 23 deletions

View File

@ -4,6 +4,8 @@ export PATH=$PATH:$HOME/.bin
alias ls='ls -lh'
alias ..='cd ../'
# Volume aliases
alias vU='sndioctl output.level=+0.1'
alias vD='sndioctl output.level=-0.1'
PS1='\w > '

View File

@ -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,25 +86,24 @@ 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
bindsym $down resize grow 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 Left resize shrink width 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 Right resize grow 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 $up resize shrink height 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 Down resize grow 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 Return mode "default"
bindsym Escape mode "default"
bindsym $mod+r mode "default"
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym $mod+r mode "default"
}
bindsym $mod+r mode "resize"
default_border pixel 6
default_floating_border pixel 6
default_border pixel 4
default_floating_border pixel 4