Added printer and phone support
This commit is contained in:
5
TODO.txt
5
TODO.txt
@ -23,7 +23,10 @@ Some kind if post-pcloud script?
|
||||
See if I can fix KDE Wallet (just remove the password)
|
||||
Start in Wayland
|
||||
Wallpaper
|
||||
|
||||
Spectacle Shortcuts
|
||||
Discord audio screenshare
|
||||
Fixing VLC's SMB access
|
||||
Fixing Dolphin's crappy SMB access as well.
|
||||
Applications I'd like to have
|
||||
Virtual Keyboard, with controller support
|
||||
VLC
|
||||
|
13
dotenv.sh
13
dotenv.sh
@ -67,7 +67,13 @@ sudo pacman -S -q --noconfirm \
|
||||
avahi \
|
||||
nss-mdns \
|
||||
elisa \
|
||||
kcalc
|
||||
kcalc \
|
||||
kdeconnect \
|
||||
spectacle \
|
||||
shotgun \
|
||||
xclip \
|
||||
cups \
|
||||
print-manager
|
||||
|
||||
|
||||
# Install programs using flatpak
|
||||
@ -168,3 +174,8 @@ sudo sed -i 's/hosts\: mymachines resolve/hosts: mymachines resolve mdns_minimal
|
||||
sudo systemctl stop avahi-daemon
|
||||
sudo systemctl start avahi-daemon
|
||||
sudo systemctl enable avahi-daemon
|
||||
|
||||
# Microsoft TTF fonts
|
||||
|
||||
# Setup screenshot hotkeys
|
||||
# shotgun - | xclip -t 'image/png' -selection clipboard
|
Reference in New Issue
Block a user