Added new programs

This commit is contained in:
esche 2023-12-10 20:57:23 +01:00
parent 5e39801d92
commit 64142fbf58

View file

@ -24,7 +24,7 @@ My current SwayWM Setup for Arch Linux. It uses bash Skripts and systemd-utiliti
| **Module Type** | **Module Name** |
|:--------------------|:---------------------------------------------------------------------------------------------------------------------:|
| Shell | [GNU-bash](https://www.gnu.org/software/bash/bash.html) |
| Shell | [GNU-bash](https://www.gnu.org/software/bash/bash.html), [Bash-Completion](https://github.com/scop/bash-completion) |
| Window Manager | [sway](https://github.com/swaywm/sway) |
| Notification Deamon | [mako](https://github.com/emersion/mako) |
| Screen Locker | [swaylock](https://github.com/swaywm/swaylock) |
@ -34,13 +34,16 @@ My current SwayWM Setup for Arch Linux. It uses bash Skripts and systemd-utiliti
| System Info Tool | [acpiclient](https://sourceforge.net/projects/acpiclient/files/acpiclient/), [neofetch](https://github.com/dylanaraps/neofetch)|
| Terminal Emulator | [alacritty](https://github.com/alacritty/alacritty) |
| App Launcher | [wofi](https://hg.sr.ht/~scoopta/wofi) |
| Icons | [Flatery](https://github.com/cbrnix/Flatery) |
| Symbols/Emojis | emoji-font (e.g. [noto-emoji](https://github.com/googlefonts/noto-emoji)) |
| polkit | [polkit-gnome](https://gitlab.gnome.org/Archive/policykit-gnome) |
| Screen Selector | [slurp](https://github.com/emersion/slurp) |
| Media Controls | [playerctl](https://github.com/altdesktop/playerctl) |
| X-Compatibility | [xorg-xwayland](https://xorg.freedesktop.org/wiki/) |
on Arch install all with: ```sudo pacman -Syu acpi alacritty bash gammastep grim mako neofetch noto-fonts-emoji playerctl polkit-gnome slurp sway swayidle swaylock wofi xorg-xwayland```
on Arch install all with: ```sudo pacman -Syu acpi alacritty bash bash-completion gammastep grim mako neofetch noto-fonts-emoji playerctl polkit-gnome slurp sway swayidle swaylock wofi xorg-xwayland```
For Flatery an AUR-Helper is needed.
### Recommended Environment
These are [Environment Variables](https://wiki.archlinux.org/title/Environment_Variables) I recommend for using sway:\