From 1665b99cb4a183a77930876a06bd3d7dddd4c5df Mon Sep 17 00:00:00 2001 From: CramMK Date: Tue, 7 Jan 2020 13:07:52 +0100 Subject: [PATCH] adjusted i3 --- dotfiles/config/i3/config | 22 ++++++++++++---------- dotfiles/gitconfig | 3 ++- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/dotfiles/config/i3/config b/dotfiles/config/i3/config index 2691496..6954ed9 100644 --- a/dotfiles/config/i3/config +++ b/dotfiles/config/i3/config @@ -54,10 +54,10 @@ bindsym $mod+d exec dmenu_run # bindsym $mod+d exec --no-startup-id i3-dmenu-desktop # change focus -bindsym $mod+j focus left -bindsym $mod+k focus down -bindsym $mod+l focus up -bindsym $mod+odiaeresis focus right +bindsym $mod+h focus left +bindsym $mod+j focus down +bindsym $mod+k focus up +bindsym $mod+l focus right # alternatively, you can use the cursor keys: bindsym $mod+Left focus left @@ -66,10 +66,10 @@ bindsym $mod+Up focus up bindsym $mod+Right focus right # move focused window -bindsym $mod+Shift+j move left -bindsym $mod+Shift+k move down -bindsym $mod+Shift+l move up -bindsym $mod+Shift+odiaeresis move right +bindsym $mod+Shift+h move left +bindsym $mod+Shift+j move down +bindsym $mod+Shift+k move up +bindsym $mod+Shift+l move right # alternatively, you can use the cursor keys: bindsym $mod+Shift+Left move left @@ -78,10 +78,10 @@ bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right # split in horizontal orientation -bindsym $mod+h split h +# bindsym $mod+h split h # split in vertical orientation -bindsym $mod+v split v +# bindsym $mod+v split v # enter fullscreen mode for the focused container bindsym $mod+f fullscreen toggle @@ -179,3 +179,5 @@ bindsym $mod+r mode "resize" bar { status_command i3status } + +bindsym $mod+Shift+d exec "xlock" diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index 0d15b30..a92e976 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -12,6 +12,7 @@ sh = show st = status [user] - name = Marco Thomas + name = CramMK + email = ma_tho@web.de [log] decorate = true