.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` |