From 9b839e05c8941f58d717fd4b93a36ab2c5d962b6 Mon Sep 17 00:00:00 2001 From: Leaced Date: Thu, 23 Mar 2023 16:30:07 +0100 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 58472ca..d0963e4 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,26 @@ # 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. -**Setting up** -- Place this files in XDG_CONFIG_HOME -- edit outputs and the background images in sway/config -- edit the .config/sway/gammastep.ini to your timezone - -**Includes:** +### 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)) -**Dependencies:** +### Setting up +- install dependencies +- Place this files in XDG_CONFIG_HOME +- edit outputs and the background images in sway/config +- edit the .config/sway/gammastep.ini to your timezone +- start sway + +### Dependencies: - alacritty - bemenu - emoji-font (e.g. noto-fonts-emoji) -- fontconfig - gammastep - grim - mako - polkit-gnome - slurp + +install all with: ```sudo pacman -Syu alacritty bemenu noto-fonts-emoji gammastep grim mako polkit-gnome slurp```