mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Updated i3 config to tell me when key isnt bound
This commit is contained in:
parent
7ae611930b
commit
e830b6df06
@ -8,7 +8,7 @@ set $inner_gap 10
|
|||||||
set $outer_gap 2
|
set $outer_gap 2
|
||||||
set $term --no-startup-id $TERMINAL
|
set $term --no-startup-id $TERMINAL
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
set $netrefresh --no-startup-id sudo -A systemctl restart NetworkManager
|
set $netrefresh --no-startup-id sudo -A systemctl restart NetworkManager && notify-send "Refreshed Network Manager"
|
||||||
set $stoprec --no-startup-id dmenu_record kill
|
set $stoprec --no-startup-id dmenu_record kill
|
||||||
|
|
||||||
# #---Polybar---# #
|
# #---Polybar---# #
|
||||||
@ -106,9 +106,9 @@ bindsym $mod+Shift+t gaps inner current set $inner_gap; gaps outer curren
|
|||||||
# U
|
# U
|
||||||
bindsym $mod+u exec --no-startup-id ddspawn tmuxdd
|
bindsym $mod+u exec --no-startup-id ddspawn tmuxdd
|
||||||
bindsym $mod+Shift+u exec --no-startup-id i3resize down
|
bindsym $mod+Shift+u exec --no-startup-id i3resize down
|
||||||
# X
|
# V
|
||||||
bindsym $mod+v exec discord
|
bindsym $mod+v exec keybinding_not_assigned
|
||||||
bindsym $mod+Shift+v exec slack
|
bindsym $mod+Shift+v exec keybinding_not_assigned
|
||||||
# W
|
# W
|
||||||
bindsym $mod+w exec $term -e sudo nmtui
|
bindsym $mod+w exec $term -e sudo nmtui
|
||||||
bindsym $mod+Shift+w exec $BROWSER
|
bindsym $mod+Shift+w exec $BROWSER
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user