improved and added dependencies
This commit is contained in:
parent
240cf86912
commit
3a2e4c06d0
1 changed files with 15 additions and 3 deletions
18
README.md
18
README.md
|
@ -10,9 +10,11 @@ My current SwayWM Setup for Arch Linux. On other Distros there could be problems
|
||||||
|
|
||||||
### Setting up
|
### Setting up
|
||||||
- install dependencies
|
- install dependencies
|
||||||
- Place the files in .config in XDG_CONFIG_HOME
|
- Place the files in .config in $XDG_CONFIG_HOME
|
||||||
- make shell-scripts executable (chmod u+x filename.sh)
|
- make shell-scripts executable ```chmod u+x .config/sway/*.sh```
|
||||||
- edit the .config/sway/gammastep.ini to your timezone
|
- edit the .config/sway/gammastep.ini to your timezone
|
||||||
|
- edit the Output and Input Configuration in .config/sway/config, if neccessary
|
||||||
|
- set Environment
|
||||||
- start sway
|
- start sway
|
||||||
- further information can be found in the [sway wiki](https://github.com/swaywm/sway/wiki/Running-programs-natively-under-wayland)
|
- further information can be found in the [sway wiki](https://github.com/swaywm/sway/wiki/Running-programs-natively-under-wayland)
|
||||||
|
|
||||||
|
@ -25,8 +27,18 @@ My current SwayWM Setup for Arch Linux. On other Distros there could be problems
|
||||||
- [mako](https://github.com/emersion/mako)
|
- [mako](https://github.com/emersion/mako)
|
||||||
- [polkit-gnome](https://gitlab.gnome.org/Archive/policykit-gnome)
|
- [polkit-gnome](https://gitlab.gnome.org/Archive/policykit-gnome)
|
||||||
- [slurp](https://github.com/emersion/slurp)
|
- [slurp](https://github.com/emersion/slurp)
|
||||||
|
- [acpiclient](https://sourceforge.net/projects/acpiclient/files/acpiclient/)
|
||||||
|
- [playerctl](https://github.com/altdesktop/playerctl)
|
||||||
|
|
||||||
install all with: ```sudo pacman -Syu alacritty bemenu noto-fonts-emoji gammastep grim mako polkit-gnome slurp```
|
install all with: ```sudo pacman -Syu alacritty bemenu noto-fonts-emoji gammastep grim mako polkit-gnome slurp acpi playerctl```
|
||||||
|
optional you should consider installing [xorg-xwayland](https://xorg.freedesktop.org/wiki/) for support for non-wayland applications
|
||||||
|
|
||||||
|
### Recommended Environment
|
||||||
|
These [Environment Variables](https://wiki.archlinux.org/title/Environment_Variables) are recommended for using sway:
|
||||||
|
export XDG_CURRENT_DESKTOP=sway
|
||||||
|
export XDG_SESSION_TYPE=wayland
|
||||||
|
|
||||||
|
For a consistent Theme across GTK and QT applications you can also set the Adwaita theme (libadwaita) which also has a adwaita-qt version in the AUR.
|
||||||
|
|
||||||
### Licences
|
### Licences
|
||||||
the wallpaper is "Winter Fairies" by David Revoy, licensed under Creative Commons Attribution 4.0.
|
the wallpaper is "Winter Fairies" by David Revoy, licensed under Creative Commons Attribution 4.0.
|
||||||
|
|
Loading…
Reference in a new issue