mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Update config
This commit is contained in:
parent
20ad9014bb
commit
257c8cfafc
@ -115,30 +115,16 @@ bindsym $mod+Shift+o exec --no-startup-id i3resize right
|
||||
bindsym $mod+Shift+p exec pycharm
|
||||
|
||||
# Q
|
||||
bindsym $mod+Shift+q exec kil -9 `xdotool getwindowfocus getwindowpid`
|
||||
bindsym $mod+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill
|
||||
bindsym $mod+Shift+q [con_id="__focused__" instance="^(?!dropdown_).*$"] exec --no-startup-id kill -9 `xdotool getwindowfocus getwindowpid`
|
||||
|
||||
# R
|
||||
bindsym $mod+r exec $TERMINAL -e $FILE
|
||||
bindsym $mod+r exec $term -e $FILE
|
||||
|
||||
# S
|
||||
bindsym $mod+s gaps inner current plus 5
|
||||
bindsym $mod+Shift+s gaps inner current minus 5
|
||||
|
||||
# W
|
||||
bindsym $mod+w exec $TERMINAL -e sudo nmtui
|
||||
bindsym $mod+Shift+w exec $BROWSER
|
||||
|
||||
# Q
|
||||
bindsym $mod+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill
|
||||
bindsym $mod+Shift+q [con_id="__focused__" instance="^(?!dropdown_).*$"] exec --no-startup-id kill -9 `xdotool getwindowfocus getwindowpid`
|
||||
|
||||
# W
|
||||
bindsym $mod+w exec $term -e nmtui
|
||||
bindsym $mod+Shift+w exec --no-startup-id $BROWSER
|
||||
|
||||
# R
|
||||
bindsym $mod+r exec $term -e $FILE
|
||||
|
||||
# T
|
||||
bindsym $mod+t split toggle
|
||||
bindsym $mod+Shift+t gaps inner current set 15; gaps outer current set 15
|
||||
@ -147,6 +133,10 @@ bindsym $mod+Shift+t gaps inner current set 15; gaps outer current set 15
|
||||
bindsym $mod+u exec --no-startup-id ddspawn tmuxdd
|
||||
bindsym $mod+Shift+u exec --no-startup-id i3resize down
|
||||
|
||||
# W
|
||||
bindsym $mod+w exec $TERMINAL -e sudo nmtui
|
||||
bindsym $mod+Shift+w exec $BROWSER
|
||||
|
||||
# Y
|
||||
bindsym $mod+y exec $term -e calcurse -D ~/.config/calcurse
|
||||
bindsym $mod+Shift+y exec --no-startup-id i3resize left
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user