Preparing for weechat stuf
This commit is contained in:
parent
25aecdc139
commit
76e8a68c34
2
bin/image-viewer
Executable file
2
bin/image-viewer
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
feh -C /usr/share/fonts/ttf-iosevka-type -e "iosevka-type-regular/12" -d -., "$@"
|
|
@ -47,6 +47,7 @@ pacaur --needed -S \
|
|||
scrot `# Screenshot Tool` \
|
||||
libinput libinput-gestures `# Trackpad Control` \
|
||||
xcape `# Escape Better` \
|
||||
dunst `# Desktop Notifications` \
|
||||
--noconfirm --noedit
|
||||
|
||||
# TODO: recommend systemd services?
|
||||
|
|
11
bin/lib/arch-linux/provisioning/4-comms.bash
Executable file
11
bin/lib/arch-linux/provisioning/4-comms.bash
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
pacaur --needed -S --noconfirm --noedit \
|
||||
weechat-poljar-matrix-git weechat-discord-git
|
||||
|
||||
ln -s /usr/lib/weechat/python/matrix/ ~/.weechat/python/
|
||||
ln -s /usr/lib/weechat/python/matrix.py ~/.weechat/python/
|
||||
|
||||
ln -s /usr/lib/weechat/python/matrix.py ~/.weechat/python/autoload/
|
||||
|
||||
# Scripts are in /usr/lib/weechat/python/matrix/contrib/
|
Reference in a new issue