Add more configs
This commit is contained in:
18
i3/config
18
i3/config
@@ -53,9 +53,8 @@ client.placeholder #000000 #0c0c0c #fbf1c7 #000000 #0c0c0c
|
||||
client.background #ffffff
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Shift+t exec kitty
|
||||
bindsym $mod+Return exec kitty
|
||||
bindsym $mod+b exec qutebrowser
|
||||
bindsym $mod+Shift+t exec terminal
|
||||
bindsym $mod+Return exec terminal
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+c kill
|
||||
@@ -167,10 +166,10 @@ bindsym $mod+Shift+z exec "i3lock"
|
||||
mode "resize" {
|
||||
# These bindings trigger as soon as you enter the resize mode
|
||||
|
||||
bindsym h resize shrink width 10 px or 10 ppt
|
||||
bindsym j resize grow height 10 px or 10 ppt
|
||||
bindsym k resize shrink height 10 px or 10 ppt
|
||||
bindsym l resize grow width 10 px or 10 ppt
|
||||
bindsym h resize shrink width 3 px or 3 ppt
|
||||
bindsym j resize grow height 3 px or 3 ppt
|
||||
bindsym k resize shrink height 3 px or 3 ppt
|
||||
bindsym l resize grow width 3 px or 3 ppt
|
||||
|
||||
# back to normal: Enter or Escape or $mod+r
|
||||
bindsym Return mode "default"
|
||||
@@ -204,6 +203,11 @@ bar {
|
||||
}
|
||||
}
|
||||
|
||||
# Backlight control
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id sudo light -A 5
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id sudo light -U 5
|
||||
bindsym XF86Search exec --no-startup-id suspend
|
||||
|
||||
# Autorun
|
||||
exec --no-startup-id feh --bg-scale ~/.config/i3/bg.jpg
|
||||
exec --no-startup-id xautorun
|
||||
|
||||
Reference in New Issue
Block a user