i3 changes
This commit is contained in:
parent
b96efb4901
commit
7cb8304b6a
|
@ -259,25 +259,25 @@ mode "$mode_system" {
|
||||||
# Resize window (you can also use the mouse for that)
|
# Resize window (you can also use the mouse for that)
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
# These bindings trigger as soon as you enter the resize mode
|
# These bindings trigger as soon as you enter the resize mode
|
||||||
# Pressing left will shrink the window’s width.
|
# Pressing left will shrink the window’s width.
|
||||||
# Pressing right will grow the window’s width.
|
# Pressing right will grow the window’s width.
|
||||||
# Pressing up will shrink the window’s height.
|
# Pressing up will shrink the window’s height.
|
||||||
# Pressing down will grow the window’s height.
|
# Pressing down will grow the window’s height.
|
||||||
bindsym j resize shrink width 5 px or 5 ppt
|
bindsym j resize shrink width 5 px or 5 ppt
|
||||||
bindsym k resize grow height 5 px or 5 ppt
|
bindsym k resize grow height 5 px or 5 ppt
|
||||||
bindsym l resize shrink height 5 px or 5 ppt
|
bindsym l resize shrink height 5 px or 5 ppt
|
||||||
bindsym semicolon resize grow width 5 px or 5 ppt
|
bindsym semicolon resize grow width 5 px or 5 ppt
|
||||||
|
|
||||||
# same bindings, but for the arrow keys
|
# same bindings, but for the arrow keys
|
||||||
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
|
||||||
|
|
||||||
# exit resize mode: Enter or Escape
|
# exit resize mode: Enter or Escape
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Lock screen
|
# Lock screen
|
||||||
|
@ -334,6 +334,8 @@ set_from_resource $term_color15 color15
|
||||||
# Kapper
|
# Kapper
|
||||||
# Custom startup apps every reload / restart
|
# Custom startup apps every reload / restart
|
||||||
exec_always --no-startup-id $HOME/.config/polybar/start-polybar.sh
|
exec_always --no-startup-id $HOME/.config/polybar/start-polybar.sh
|
||||||
|
#exec_always --no-startup-id "export TERMINAL='urxvt -e tmux'"
|
||||||
|
#exec_always --no-startup-id exec --no-startup-id bash -c "TERMINAL=/home/your_user_name/bin/myterminal.sh i3-sensible-terminal"
|
||||||
|
|
||||||
# Custom startup apps every reboot
|
# Custom startup apps every reboot
|
||||||
workspace 2 output HDMI-1
|
workspace 2 output HDMI-1
|
||||||
|
|
Loading…
Reference in New Issue