added an exec to i3 file so that it allows for a custom script depending on the setup
This commit is contained in:
parent
a92c8f19b0
commit
fb698163a0
|
@ -230,3 +230,5 @@ exec_always --no-startup-id xmodmap -e "keycode 9 = Caps_Lock NoSymbol Caps_Lock
|
||||||
exec_always --no-startup-id xmodmap -e "keycode 66 = Escape NoSymbol Escape"
|
exec_always --no-startup-id xmodmap -e "keycode 66 = Escape NoSymbol Escape"
|
||||||
|
|
||||||
exec --no-startup-id volctl
|
exec --no-startup-id volctl
|
||||||
|
|
||||||
|
exec ~/.dotfiles/setup_specific
|
||||||
|
|
Loading…
Reference in a new issue