diff options
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 43529ad..76f27bd 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -61,10 +61,10 @@ bindsym $mod+Up focus up bindsym $mod+Right focus right # move focused window -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+h move left 20 +bindsym $mod+Shift+j move down 20 +bindsym $mod+Shift+k move up 20 +bindsym $mod+Shift+l move right 20 # alternatively, you can use the cursor keys: bindsym $mod+Shift+Left move left @@ -162,8 +162,8 @@ bindsym $mod+Shift+9 move container to workspace $ws9 bindsym $mod+Shift+0 move container to workspace $ws10 # brightness settings -bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5 -bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 +bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 2 +bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 2 # volume settings bindsym XF86AudioRaiseVolume exec ~/Scripts/volume volumeup |