mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Updated i3 config to use correct terminal variable
This commit is contained in:
parent
65507c4036
commit
29680242ef
@ -48,13 +48,13 @@ bindsym $mod+Insert exec --no-startup-id showclip
|
||||
# #---Letter Key Bindings---# #
|
||||
# A
|
||||
bindsym $mod+a exec --no-startup-id ddspawn dropdowncalc -f mono:pixelsize=24
|
||||
bindsym $mod+shift +a exec $TERMINAL -e alsamixer
|
||||
bindsym $mod+shift +a exec $term -e alsamixer
|
||||
# B
|
||||
bindsym $mod+b exec --no-startup-id polybar_msg cmd toggle
|
||||
bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id hover left
|
||||
# C
|
||||
bindsym $mod+c exec code
|
||||
bindsym $mod+Shift+c exec $TERMINAL mpv --no-osc --no-input-default-bindings --input-conf=/dev/null --title='mpvfloat' /dev/video0
|
||||
bindsym $mod+Shift+c exec $term mpv --no-osc --no-input-default-bindings --input-conf=/dev/null --title='mpvfloat' /dev/video0
|
||||
# D
|
||||
bindsym $mod+d exec --no-startup-id dmenu_run
|
||||
bindsym $mod+Shift+d gaps inner current set 0; gaps outer current set 0
|
||||
@ -111,7 +111,7 @@ bindsym $mod+Shift+u exec --no-startup-id i3resize down
|
||||
bindsym $mod+v exec discord
|
||||
bindsym $mod+Shift+v exec slack
|
||||
# W
|
||||
bindsym $mod+w exec $TERMINAL -e sudo nmtui
|
||||
bindsym $mod+w exec $term -e sudo nmtui
|
||||
bindsym $mod+Shift+w exec $BROWSER
|
||||
# Y
|
||||
bindsym $mod+y exec $term -e calcurse -D ~/.config/calcurse
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user