From a0cc2e91c146cee273524261152281028331874a Mon Sep 17 00:00:00 2001 From: Quantum Date: Wed, 20 Dec 2023 23:08:30 -0500 Subject: [PATCH] e --- .config/i3/config | 46 ++++++++++------------------------------------ .gitignore | 2 +- 2 files changed, 11 insertions(+), 37 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 1d177d2..592721f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -102,10 +102,10 @@ bindsym $mod+Ctrl+r exec --no-startup-id i3-dmenu-desktop # bindsym $mod+d exec --no-startup-id i3-dmenu-desktop # change focus -bindsym $mod+h focus left -bindsym $mod+j focus down -bindsym $mod+k focus up -bindsym $mod+l focus right +bindsym $mod+Left focus left +bindsym $mod+Down focus down +bindsym $mod+Up focus up +bindsym $mod+Right focus right # alternatively, you can use the cursor keys: #bindsym $mod+Left focus left @@ -114,13 +114,13 @@ bindsym $mod+l focus right #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+Left move left +bindsym $mod+Shift+Down move down +bindsym $mod+Shift+Up move up +bindsym $mod+Shift+Right move right -bindsym $mod+Ctrl+h move workspace to output left -bindsym $mod+Ctrl+l move workspace to output right +bindsym $mod+Ctrl+Left move workspace to output left +bindsym $mod+Ctrl+Right move workspace to output right # alternatively, you can use the cursor keys: #bindsym $mod+Shift+Left move left @@ -203,29 +203,3 @@ bindsym $mod+mod1+c restart # exit i3 (logs you out of your X session) bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" -# resize window (you can also use the mouse for that) -mode "resize" { - # These bindings trigger as soon as you enter the resize mode - - # Pressing left will shrink the window’s width. - # Pressing right will grow the window’s width. - # Pressing up will shrink the window’s height. - # Pressing down will grow the window’s height. - bindsym h resize shrink width 10 px or 10 ppt - bindsym j resize grow height 10 px or 10 ppt - bindsym k resize shrink height 10 px or 10 ppt - bindsym l resize grow width 10 px or 10 ppt - - # same bindings, but for the arrow keys - #bindsym Left resize shrink width 10 px or 10 ppt - #bindsym Down resize grow height 10 px or 10 ppt - #bindsym Up resize shrink height 10 px or 10 ppt - #bindsym Right resize grow width 10 px or 10 ppt - - # back to normal: Enter or Escape or $mod+r - bindsym Return mode "default" - bindsym Escape mode "default" - bindsym $mod+Shift+r mode "default" -} - -# bindsym $mod+Shift+r mode "resize" diff --git a/.gitignore b/.gitignore index 5fe65b1..7ef0581 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ # This file !.gitignore -.gitconfig +!.gitconfig # .config folder !.config/