From e087111b715fc487a48ed45b6b68c51dcc3e7efb Mon Sep 17 00:00:00 2001
From: Dominic Masters <dominic@domsplace.com>
Date: Fri, 4 Nov 2022 11:05:02 -0700
Subject: [PATCH] Added printer and phone support

---
 TODO.txt  |  5 ++++-
 dotenv.sh | 15 +++++++++++++--
 2 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/TODO.txt b/TODO.txt
index dd4b59f..a891b4a 100644
--- a/TODO.txt
+++ b/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
diff --git a/dotenv.sh b/dotenv.sh
index abcbb4f..03cf798 100755
--- a/dotenv.sh
+++ b/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
@@ -167,4 +173,9 @@ git config --global user.email dominic@domsplace.com
 sudo sed -i 's/hosts\: mymachines resolve/hosts: mymachines resolve mdns_minimal/g' /etc/nsswitch.conf
 sudo systemctl stop avahi-daemon
 sudo systemctl start avahi-daemon
-sudo systemctl enable avahi-daemon
\ No newline at end of file
+sudo systemctl enable avahi-daemon
+
+# Microsoft TTF fonts
+
+# Setup screenshot hotkeys
+# shotgun - | xclip -t 'image/png' -selection clipboard
\ No newline at end of file