107 lines
3 KiB
Text
107 lines
3 KiB
Text
# Controls
|
|
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s +5%
|
|
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 5%-
|
|
|
|
# Launchers
|
|
bindsym $mod+Return exec --no-startup-id i3-sensible-terminal
|
|
bindsym $mod+F1 exec --no-startup-id mixxx
|
|
bindsym $mod+F2 exec --no-startup-id $browser
|
|
|
|
bindsym $mod+Shift+q kill
|
|
|
|
bindsym $mod+d exec --no-startup-id dmenu_run -nb '#000000' -nf '#00ff00' -sb '#00ff00' -sf '#000000'
|
|
|
|
bindsym $mod+h focus left
|
|
bindsym $mod+j focus down
|
|
bindsym $mod+k focus up
|
|
bindsym $mod+l focus right
|
|
|
|
bindsym $mod+Left focus left
|
|
bindsym $mod+Down focus down
|
|
bindsym $mod+Up focus up
|
|
bindsym $mod+Right focus right
|
|
|
|
bindsym $mod+Shift+h move left
|
|
bindsym $mod+Shift+j move down
|
|
bindsym $mod+Shift+k move up
|
|
bindsym $mod+Shift+l move right
|
|
|
|
bindsym $mod+Shift+Left move left
|
|
bindsym $mod+Shift+Down move down
|
|
bindsym $mod+Shift+Up move up
|
|
bindsym $mod+Shift+Right move right
|
|
|
|
bindsym $mod+b split h
|
|
|
|
bindsym $mod+v split v
|
|
|
|
bindsym $mod+f fullscreen toggle
|
|
|
|
bindsym $mod+s layout stacking
|
|
bindsym $mod+z layout tabbed
|
|
bindsym $mod+e layout toggle split
|
|
|
|
bindsym $mod+Shift+space floating toggle
|
|
|
|
bindsym $mod+space focus mode_toggle
|
|
|
|
bindsym $mod+a focus parent
|
|
|
|
|
|
set $ws1 "1"
|
|
set $ws2 "2"
|
|
set $ws3 "3"
|
|
set $ws4 "4"
|
|
set $ws5 "5"
|
|
set $ws6 "6"
|
|
set $ws7 "7"
|
|
set $ws8 "8"
|
|
set $ws9 "9"
|
|
set $ws10 "10"
|
|
|
|
bindsym $mod+1 workspace number $ws1
|
|
bindsym $mod+2 workspace number $ws2
|
|
bindsym $mod+3 workspace number $ws3
|
|
bindsym $mod+4 workspace number $ws4
|
|
bindsym $mod+5 workspace number $ws5
|
|
bindsym $mod+6 workspace number $ws6
|
|
bindsym $mod+7 workspace number $ws7
|
|
bindsym $mod+8 workspace number $ws8
|
|
bindsym $mod+9 workspace number $ws9
|
|
bindsym $mod+0 workspace number $ws10
|
|
|
|
bindsym $mod+Shift+1 move container to workspace number $ws1
|
|
bindsym $mod+Shift+2 move container to workspace number $ws2
|
|
bindsym $mod+Shift+3 move container to workspace number $ws3
|
|
bindsym $mod+Shift+4 move container to workspace number $ws4
|
|
bindsym $mod+Shift+5 move container to workspace number $ws5
|
|
bindsym $mod+Shift+6 move container to workspace number $ws6
|
|
bindsym $mod+Shift+7 move container to workspace number $ws7
|
|
bindsym $mod+Shift+8 move container to workspace number $ws8
|
|
bindsym $mod+Shift+9 move container to workspace number $ws9
|
|
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-msg exit
|
|
|
|
mode "resize" {
|
|
bindsym h resize shrink width 5 px or 5 ppt
|
|
bindsym j resize grow height 5 px or 5 ppt
|
|
bindsym k resize shrink height 5 px or 5 ppt
|
|
bindsym l resize grow width 5 px or 5 ppt
|
|
|
|
bindsym Left resize shrink width 5 px or 5 ppt
|
|
bindsym Down resize grow height 5 px or 5 ppt
|
|
bindsym Up resize shrink height 5 px or 5 ppt
|
|
bindsym Right resize grow width 5 px or 5 ppt
|
|
|
|
bindsym Return mode "default"
|
|
bindsym Escape mode "default"
|
|
bindsym $mod+r mode "default"
|
|
}
|
|
|
|
bindsym $mod+r mode "resize"
|
|
|
|
bindsym $mod+Mod1+l exec i3lock
|
|
|