Compare commits

...

3 Commits

Author SHA1 Message Date
5699501192 NextCloud sync client startup 2021-05-18 14:04:01 -04:00
3416d626cf Fixed keyring for all computers 2021-05-18 12:55:57 -04:00
8669d71ebc ES-9 Rule 2021-05-18 12:51:33 -04:00
3 changed files with 8 additions and 3 deletions

View File

@ -33,9 +33,6 @@ exec_always --no-startup-id g13d --config ~/.config/g13/resolve.bind --logo ~/.c
exec --no-startup-id sh ~/.config/scripts/audio/system-start-audio.sh
exec --no-startup-id "workspace $1; exec alacritty"
# Keyring
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets
# Open Google Play Music on workspace 10
for_window [title="Google Play Music Desktop Player"] move to workspace $ws10

View File

@ -195,6 +195,12 @@ bindsym --release $mod+Print exec scrot '%Y:%m:%d:%H:%M:%S.png' -s -e 'mv $f ~/P
bindsym $mod+s exec scrot '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Pictures/screenshots/'
bindsym --release $mod+Shift+s exec scrot '%Y:%m:%d:%H:%M:%S.png' -s -e 'mv $f ~/Pictures/screenshots/'
# Keyring
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets
# NextCloud sync client
exec --no-startup-id nextcloud
bindsym $mod+n exec nautilus
bindsym $mod+m exec nautilus ~/Videos

2
rules/80-es-9.rules Normal file
View File

@ -0,0 +1,2 @@
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="2485", ATTR{idProduct}=="50e0", RUN=="systemctl --user start es-9"
ACTION=="remove", SUBSYSTEM=="usb", ATTR{idVendor}=="2485", ATTR{idProduct}=="50e0", RUN=="systemctl --user stop es-9"