From bd536eebebbe15f2bcbe9e95511bfa8496e4cf21 Mon Sep 17 00:00:00 2001 From: Erik Dubois Date: Tue, 26 Jan 2021 20:36:59 +0100 Subject: [PATCH] update --- airootfs/etc/skel/.config/i3/config | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/airootfs/etc/skel/.config/i3/config b/airootfs/etc/skel/.config/i3/config index 998f9db..e7b4fda 100644 --- a/airootfs/etc/skel/.config/i3/config +++ b/airootfs/etc/skel/.config/i3/config @@ -32,6 +32,23 @@ #set Super key set $mod Mod4 +##################################################################################################################### +################# Define the movements keys - variables ################# +##################################################################################################################### + + +#This is setup for qwerty +set $up l +set $down k +set $left j +set $right semicolon + +#This is setup for azerty +#set $up l +#set $down k +#set $left j +#set $right m + ##################################################################################################################### ################# Single and Dual screen ################# ##################################################################################################################### @@ -109,10 +126,10 @@ bindsym $mod+Shift+0 move container to workspace 10; workspace 10 ################# how to exit, logoff, suspend, ... ################# ##################################################################################################################### -bindsym $mod+r systemctl reboot -bindsym $mod+s systemctl shutdown -bindsym $mod+x systemctl shutdown -bindsym $mod+l i3-mesg exit +bindsym $mod+r exec --no-startup-id systemctl reboot +bindsym $mod+s exec --no-startup-id systemctl shutdown +bindsym $mod+x exec --no-startup-id systemctl shutdown +bindsym $mod+l exec --no-startup-id i3-mesg exit ##################################################################################################################### ################# reload changed configuration ################# @@ -201,7 +218,6 @@ bindsym $mod+f fullscreen toggle # change container layout (stacked, tabbed, toggle split) # qwerty/azerty issue for letter z -bindsym $mod+s layout stacking bindsym $mod+z layout tabbed bindsym $mod+e layout toggle split