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` \
|
scrot `# Screenshot Tool` \
|
||||||
libinput libinput-gestures `# Trackpad Control` \
|
libinput libinput-gestures `# Trackpad Control` \
|
||||||
xcape `# Escape Better` \
|
xcape `# Escape Better` \
|
||||||
|
dunst `# Desktop Notifications` \
|
||||||
--noconfirm --noedit
|
--noconfirm --noedit
|
||||||
|
|
||||||
# TODO: recommend systemd services?
|
# 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/
|
|
@ -3,5 +3,6 @@
|
||||||
index="${2}"
|
index="${2}"
|
||||||
wp_file="${HOME}/.wallpaper${index}"
|
wp_file="${HOME}/.wallpaper${index}"
|
||||||
rm -f "${wp_file}"
|
rm -f "${wp_file}"
|
||||||
|
echo "Setting ${1} as ${wp_file}"
|
||||||
ln -s "$(realpath "${1}")" "${wp_file}"
|
ln -s "$(realpath "${1}")" "${wp_file}"
|
||||||
"${HOME}/.fehbg"
|
"${HOME}/.fehbg"
|
||||||
|
|
Reference in a new issue