# SwayWM My current Sway Config for Arch Linux. On other Distros there could be problems, if they have no systemd or are missing gnu-utils. ### Includes: - custom menu with screenshots, gammastep-toggle and other functions - many bindsyms - xwayland and wine support (for wine see [this issue](https://wiki.archlinux.org/title/Sway#Mouse_not_working_in_WINE_applications)) ### Setting up - install dependencies - Place this files in XDG_CONFIG_HOME - make shell-scripts executable (chmod u+x filename.sh) - edit outputs and the background images in sway/config - edit the .config/sway/gammastep.ini to your timezone - start sway ### Dependencies: - [alacritty](https://github.com/alacritty/alacritty) - [bemenu](https://github.com/Cloudef/bemenu) - emoji-font (e.g. [noto-emoji](https://github.com/googlefonts/noto-emoji)) - [gammastep](https://gitlab.com/chinstrap/gammastep) - [grim](https://sr.ht/~emersion/grim/) - [i3status](https://github.com/i3/i3status) - [mako](https://github.com/emersion/mako) - [polkit-gnome](https://gitlab.gnome.org/Archive/policykit-gnome) - [slurp](https://github.com/emersion/slurp) install all with: ```sudo pacman -Syu alacritty bemenu noto-fonts-emoji gammastep grim i3status mako polkit-gnome slurp```