mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
sync mp3s
This commit is contained in:
parent
75f5340e2f
commit
886e709547
3
bin/bin/syncmusic.sh
Executable file
3
bin/bin/syncmusic.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
rsync -az --delete --progress alrayyes@eniac:/mnt/storage/headphones/ ~/music/headphones
|
@ -14,7 +14,7 @@ set $mod Mod4
|
|||||||
# Font for window titles. Will also be used by the bar unless a different font
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
# is used in the bar {} block below.
|
# is used in the bar {} block below.
|
||||||
# font pango:monospace 8
|
# font pango:monospace 8
|
||||||
font pango:System San Francisco Display 10
|
font pango:System San Francisco Display 8
|
||||||
|
|
||||||
# Colours
|
# Colours
|
||||||
set $base00 #101218
|
set $base00 #101218
|
||||||
@ -268,3 +268,6 @@ exec firejail gpodder
|
|||||||
bindsym Control+$mod+l exec i3lock-fancy
|
bindsym Control+$mod+l exec i3lock-fancy
|
||||||
bindsym --release $mod+z exec scrot '%Y-%m-%d-%T_$wx$h_scrot.png' -s -e 'mv $f ~/Dropbox/Screenshots/'
|
bindsym --release $mod+z exec scrot '%Y-%m-%d-%T_$wx$h_scrot.png' -s -e 'mv $f ~/Dropbox/Screenshots/'
|
||||||
bindsym --release Shift+$mod+z exec scrot '%Y-%m-%d-%T_$wx$h_scrot.png' -e 'mv $f ~/Dropbox/Screenshots/'
|
bindsym --release Shift+$mod+z exec scrot '%Y-%m-%d-%T_$wx$h_scrot.png' -e 'mv $f ~/Dropbox/Screenshots/'
|
||||||
|
|
||||||
|
# Pulse Audio Controls
|
||||||
|
bindsym XF86AudioRaiseVolume exec ---no-startup-id pactl set-sink-volume 0 +5%
|
||||||
|
Loading…
Reference in New Issue
Block a user