diff --git a/.config/sway/config b/.config/sway/config index eeb662a..da8621d 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -1,5 +1,8 @@ # Imports -## Color varibles for theme + +## Neccessary to pass env vars to systemd +exec dbus-update-activation-environment --systemd --all + include variables include catppuccin-mocha-colors include autostart diff --git a/.config/sway/input b/.config/sway/input index 3d053f1..c71a376 100644 --- a/.config/sway/input +++ b/.config/sway/input @@ -8,7 +8,7 @@ input "*" xkb_options caps:backspace ## Set colemak layout on surface laptop input 1118:2478:Microsoft_Surface_045E:09AE_Keyboard xkb_layout colemak-se ## Set colemak layout on printer desktop -#input 9494:26:CM_Storm_Keyboard_--_QuickFire_XT xkb_layout colemak-se +input 9494:26:CM_Storm_Keyboard_--_QuickFire_XT xkb_layout colemak-se ## Remove pointer acceleration input "type:pointer" { accel_profile "flat" diff --git a/.tmux.conf b/.tmux.conf index c82de27..61c384d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -17,6 +17,6 @@ set -g @plugin 'tmux-plugins/tmux-sensible' # set -g @plugin 'github_username/plugin_name#branch' # set -g @plugin 'git@github.com:user/plugin' # set -g @plugin 'git@bitbucket.com:user/plugin' - +set-window-option -g mode-keys vi # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm'