mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add udiskie for simple device mounting
This commit is contained in:
parent
0128ab129c
commit
181f8129be
|
@ -6,13 +6,13 @@
|
||||||
# Set monitor order
|
# Set monitor order
|
||||||
xrandr --output HDMI-1 --auto --output eDP-1 --right-of HDMI-1 --auto &
|
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 with xsecurelock
|
||||||
xss-lock -n /usr/lib/xsecurelock/dimmer -l -- 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
|
# Set the background with a custom `setbg` script
|
||||||
setbg &
|
setbg &
|
||||||
|
|
||||||
|
@ -41,6 +41,9 @@ aa-notify -p &
|
||||||
# Enable numlock with numlockx
|
# Enable numlock with numlockx
|
||||||
numlockx &
|
numlockx &
|
||||||
|
|
||||||
|
# Udiskie for simple mounting and notifications, no automount for security reasons
|
||||||
|
udiskie -A -s
|
||||||
|
|
||||||
# Run emacs daemon
|
# Run emacs daemon
|
||||||
#emacs --daemon &
|
#emacs --daemon &
|
||||||
|
|
||||||
|
|
|
@ -90,6 +90,10 @@ pacman:
|
||||||
- network-manager-applet # NetworkManager trayer icon
|
- network-manager-applet # NetworkManager trayer icon
|
||||||
#- code # Open sourced version of vscode (doesn't support many extensions)
|
#- code # Open sourced version of vscode (doesn't support many extensions)
|
||||||
|
|
||||||
|
# Device mounting
|
||||||
|
- udisks2
|
||||||
|
- udiskie
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
- libxft
|
- libxft
|
||||||
- ttf-hack
|
- ttf-hack
|
||||||
|
|
Loading…
Reference in a new issue