Add udiskie for simple device mounting

This commit is contained in:
ItsDrike 2021-09-06 05:01:26 +02:00
parent 0128ab129c
commit 181f8129be
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
2 changed files with 11 additions and 4 deletions

View file

@ -6,13 +6,13 @@
# Set monitor order
xrandr --output HDMI-1 --auto --output eDP-1 --right-of HDMI-1 --auto &
# Set X11 lockscreen delays (DPMS)
xset s on &
xset s 600 5 & # 10 minutes, 5s for dimmer
# XSS lock with xsecurelock
xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock &
# Set X11 lockscreen delays (DPMS)
xset s on &
xset s 600 10 & # 10 minutes, 5s for dimmer
# Set the background with a custom `setbg` script
setbg &
@ -41,6 +41,9 @@ aa-notify -p &
# Enable numlock with numlockx
numlockx &
# Udiskie for simple mounting and notifications, no automount for security reasons
udiskie -A -s
# Run emacs daemon
#emacs --daemon &

View file

@ -90,6 +90,10 @@ pacman:
- network-manager-applet # NetworkManager trayer icon
#- code # Open sourced version of vscode (doesn't support many extensions)
# Device mounting
- udisks2
- udiskie
# Fonts
- libxft
- ttf-hack