From fb698163a0e200d556652e74b1bf3d9c06303923 Mon Sep 17 00:00:00 2001 From: ObeseTermite Date: Thu, 11 Jul 2024 20:12:10 -0700 Subject: [PATCH] added an exec to i3 file so that it allows for a custom script depending on the setup --- i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i3/config b/i3/config index 5204c1e..2fa3074 100644 --- a/i3/config +++ b/i3/config @@ -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 --no-startup-id volctl + +exec ~/.dotfiles/setup_specific