2023-03-23 15:40:06 +01:00
|
|
|
# SwayWM
|
2023-03-23 16:18:15 +01:00
|
|
|
My current Sway Config for Arch Linux. On other Distros there could be problems, if they have no systemd or are missing gnu-utils.
|
|
|
|
|
2023-03-23 16:30:07 +01:00
|
|
|
### Includes:
|
2023-03-23 15:53:07 +01:00
|
|
|
- custom menu with screenshots, gammastep-toggle and other functions
|
2023-03-23 16:24:36 +01:00
|
|
|
- many bindsyms
|
|
|
|
- xwayland and wine support (for wine see [this issue](https://wiki.archlinux.org/title/Sway#Mouse_not_working_in_WINE_applications))
|
2023-03-23 15:53:07 +01:00
|
|
|
|
2023-03-23 16:30:07 +01:00
|
|
|
### Setting up
|
|
|
|
- install dependencies
|
|
|
|
- Place this files in XDG_CONFIG_HOME
|
2023-03-23 17:47:53 +01:00
|
|
|
- make shell-scripts executable (chmod u+x filename.sh)
|
2023-03-23 16:30:07 +01:00
|
|
|
- edit outputs and the background images in sway/config
|
|
|
|
- edit the .config/sway/gammastep.ini to your timezone
|
|
|
|
- start sway
|
|
|
|
|
|
|
|
### Dependencies:
|
2023-03-23 17:11:14 +01:00
|
|
|
- [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/)
|
2023-03-23 17:14:06 +01:00
|
|
|
- [i3status](https://github.com/i3/i3status)
|
2023-03-23 17:11:14 +01:00
|
|
|
- [mako](https://github.com/emersion/mako)
|
|
|
|
- [polkit-gnome](https://gitlab.gnome.org/Archive/policykit-gnome)
|
|
|
|
- [slurp](https://github.com/emersion/slurp)
|
2023-03-23 16:30:07 +01:00
|
|
|
|
2023-03-23 17:14:06 +01:00
|
|
|
install all with: ```sudo pacman -Syu alacritty bemenu noto-fonts-emoji gammastep grim i3status mako polkit-gnome slurp```
|