diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-02 15:45:47 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-02 15:45:47 +0200 |
commit | 84aabea1b60c6ae6c12707877f458fcb8443aa17 (patch) | |
tree | d12d34c47993e6747ae0afccdf41f2b04260e5c2 | |
parent | f423c9a7d5e5fd71526f4da7238b8822477dd69a (diff) |
pacman: install sxhkd
-rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ fi if command_exists pacman; then ${SUDO} pacman -Sy --noconfirm \ bspwm \ + sxhkd \ xorg \ rofi \ polybar \ |