diff --git a/arch-config/.config/i3/config b/arch-config/.config/i3/config index dba28342..256cdd49 100644 --- a/arch-config/.config/i3/config +++ b/arch-config/.config/i3/config @@ -42,10 +42,10 @@ set $mod Mod4 #This is setup for qwerty -#set $up -#set $down -#set $left -#set $right +set $up k +set $down j +set $left h +set $right l ##################################################################################################################### @@ -217,7 +217,7 @@ for_window [urgent=latest] focus default_orientation horizontal # split in horizontal orientation -bindsym $mod+h split h +bindsym $mod+o split h # split in vertical orientation bindsym $mod+v split v @@ -498,6 +498,9 @@ bindsym ctrl+mod1+e exec --no-startup-id emacs;focus #thunar bindsym ctrl+mod1+t exec --no-startup-id thunar;focus +#ranger +bindsym ctrl+shift+t exec --no-startup-id termite -e ranger;focus + #libreoffice bindsym ctrl+mod1+l exec --no-startup-id libreoffice;focus