Update fisher & tide, add VS Code configs, add partial i3 config (lock (and suspend) not done)
This commit is contained in:
parent
63e8262c07
commit
15f30efa7b
72 changed files with 1278 additions and 454 deletions
15
i3/config.d/overrides.conf
Normal file
15
i3/config.d/overrides.conf
Normal file
|
@ -0,0 +1,15 @@
|
|||
bindsym $mod+d exec --no-startup-id j4-dmenu-desktop
|
||||
|
||||
# Change to vi-style nav
|
||||
bindsym $mod+h focus left
|
||||
bindsym $mod+j focus down
|
||||
bindsym $mod+k focus up
|
||||
bindsym $mod+l focus 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
|
||||
bindsym $mod+semicolon split h
|
||||
|
||||
# Change term to kitty
|
||||
bindsym $mod+Return exec kitty
|
Loading…
Add table
Add a link
Reference in a new issue