all repos — dotfiles-extra @ e7b4874516df8a3f5886c29fff1d1ae88e86607a

extra configs that may be extraneous and/or may be platform specific

.config/sway/definitions.d/README.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
# definitions overrides for sway

refer to /etc/sway/definitions for global definitions that can be overridden here

e.g.:

* change modifier key from Win/Pine-Key to Alt: `set $mod Mod1`
* change the background image: `set $background /usr/share/wallpapers/manjaro-nudes.png`
* make a foot client instance the default terminal for even faster terminal windows: `set $term footclient`
* follow windows after moving them: `set $focus_after_move true`