Move more pixels with the keys

This commit is contained in:
drymer 2018-02-04 22:03:54 +01:00
parent 7668feed4d
commit f61b1c0542
1 changed files with 9 additions and 6 deletions

View File

@ -123,10 +123,11 @@ mode "Resize" {
bindsym l resize grow width 2 px or 2 ppt bindsym l resize grow width 2 px or 2 ppt
# same bindings, but for the arrow keys # same bindings, but for the arrow keys
bindsym Left resize shrink width 1 px or 1 ppt bindsym Left resize shrink width 10 px or 10 ppt
bindsym Down resize grow height 1 px or 1 ppt bindsym Down resize grow height 10 px or 10 ppt
bindsym Up resize shrink height 1 px or 1 ppt bindsym Up resize shrink height 10 px or 10 ppt
bindsym Right resize grow width 1 px or 1 ppt bindsym Right resize grow width 10 px or 10 ppt
# back to normal: Enter or Escape # back to normal: Enter or Escape
bindsym Return mode "default" bindsym Return mode "default"
@ -180,12 +181,12 @@ client.urgent #FF0000 #8C5665 #ffffff #FF0000
exec --no-startup-id feh --bg-scale ~/Imagenes/debian-background.jpg exec --no-startup-id feh --bg-scale ~/Imagenes/debian-background.jpg
# Autostart # Autostart
exec --no-startup-id xbacklight -set 100 exec --no-startup-id bash ~/.xinitrc
exec --no-startup-id bash ~/.i3/scripts/autolock.sh exec --no-startup-id bash ~/.i3/scripts/autolock.sh
exec --no-startup-id parcellite exec --no-startup-id parcellite
exec --no-startup-id compton exec --no-startup-id compton
exec --no-startup-id bash ~/.xinitrc
exec --no-startup-id dunst exec --no-startup-id dunst
exec --no-startup-id xcape
# Mover programas automáticamente a workspace # Mover programas automáticamente a workspace
assign [class="(?i)firefox"] $ws2 assign [class="(?i)firefox"] $ws2
@ -211,6 +212,8 @@ for_window [class="(?i)plasma-desktop"] floating enable
for_window [class="(?i)klipper"] floating enable for_window [class="(?i)klipper"] floating enable
for_window [class="(?i)feh"] floating enable for_window [class="(?i)feh"] floating enable
for_window [class="Progreso de operación de archivo"] floating enable for_window [class="Progreso de operación de archivo"] floating enable
for_window [title="textarea"] floating enable
for_window [title="qutebrowser-editor"] floating enable
# i3-gaps # i3-gaps
smart_borders on smart_borders on