Added new programs
This commit is contained in:
parent
5e39801d92
commit
64142fbf58
1 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
@ -24,23 +24,26 @@ My current SwayWM Setup for Arch Linux. It uses bash Skripts and systemd-utiliti
|
||||||
|
|
||||||
| **Module Type** | **Module Name** |
|
| **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) |
|
| Window Manager | [sway](https://github.com/swaywm/sway) |
|
||||||
| Notification Deamon | [mako](https://github.com/emersion/mako) |
|
| Notification Deamon | [mako](https://github.com/emersion/mako) |
|
||||||
| Screen Locker | [swaylock](https://github.com/swaywm/swaylock) |
|
| Screen Locker | [swaylock](https://github.com/swaywm/swaylock) |
|
||||||
| Idle Manager | [swayidle](https://github.com/swaywm/swayidle) |
|
| Idle Manager | [swayidle](https://github.com/swaywm/swayidle) |
|
||||||
| Gamma | [gammastep](https://gitlab.com/chinstrap/gammastep) |
|
| Gamma | [gammastep](https://gitlab.com/chinstrap/gammastep) |
|
||||||
| Screenshot | [grim](https://sr.ht/~emersion/grim/) |
|
| Screenshot | [grim](https://sr.ht/~emersion/grim/) |
|
||||||
| System Info Tool | [acpiclient](https://sourceforge.net/projects/acpiclient/files/acpiclient/), [neofetch](https://github.com/dylanaraps/neofetch)|
|
| 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) |
|
| Terminal Emulator | [alacritty](https://github.com/alacritty/alacritty) |
|
||||||
| App Launcher | [wofi](https://hg.sr.ht/~scoopta/wofi) |
|
| 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)) |
|
| Symbols/Emojis | emoji-font (e.g. [noto-emoji](https://github.com/googlefonts/noto-emoji)) |
|
||||||
| polkit | [polkit-gnome](https://gitlab.gnome.org/Archive/policykit-gnome) |
|
| polkit | [polkit-gnome](https://gitlab.gnome.org/Archive/policykit-gnome) |
|
||||||
| Screen Selector | [slurp](https://github.com/emersion/slurp) |
|
| Screen Selector | [slurp](https://github.com/emersion/slurp) |
|
||||||
| Media Controls | [playerctl](https://github.com/altdesktop/playerctl) |
|
| Media Controls | [playerctl](https://github.com/altdesktop/playerctl) |
|
||||||
| X-Compatibility | [xorg-xwayland](https://xorg.freedesktop.org/wiki/) |
|
| 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
|
### Recommended Environment
|
||||||
These are [Environment Variables](https://wiki.archlinux.org/title/Environment_Variables) I recommend for using sway:\
|
These are [Environment Variables](https://wiki.archlinux.org/title/Environment_Variables) I recommend for using sway:\
|
||||||
|
|
Loading…
Reference in a new issue