I3 to Sway #1
32 changed files with 9 additions and 9 deletions
|
@ -8,7 +8,7 @@ choice=`echo -e "0: Logout\n1: Shutdown\n2: Suspend\n3: Reboot\n4: Cancel" | rof
|
|||
case "$choice" in
|
||||
0) i3-msg exit & ;;
|
||||
1) systemctl poweroff & ;;
|
||||
2) ~/Bin/lock.sh & sleep 2 && systemctl suspend & ;;
|
||||
2) ~/bin/lock.sh & sleep 2 && systemctl suspend & ;;
|
||||
3) systemctl reboot & ;;
|
||||
4) exit ;;
|
||||
esac
|
|
@ -69,4 +69,4 @@ case $nextconfig in
|
|||
esac
|
||||
|
||||
# Reset wallpaper
|
||||
~/Bin/wallpaper.sh
|
||||
~/bin/wallpaper.sh
|
|
@ -23,4 +23,4 @@ case $chosen in
|
|||
;;
|
||||
esac
|
||||
|
||||
~/Bin/screenlayout.sh $mode
|
||||
~/bin/screenlayout.sh $mode
|
|
@ -168,7 +168,7 @@ bindsym $mod+n exec "/home/dbroqua/Softwares/Zettlr"
|
|||
bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
bindsym --locked XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
bindsym --locked XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bindsym XF86AudioPlay exec ~/Bin/mpc.sh PlayPause
|
||||
bindsym XF86AudioPlay exec ~/bin/mpc.sh PlayPause
|
||||
bindsym XF86AudioPrev exec mpc prev
|
||||
bindsym XF86AudioNext exec mpc next
|
||||
bindsym $mod+shift+p exec "$term -t 'Pulse Mixer' -e pulsemixer"
|
||||
|
|
|
@ -93,16 +93,16 @@
|
|||
},
|
||||
"custom/multimedia_previous": {
|
||||
"format": "",
|
||||
"on-click": "~/Bin/music.sh Previous"
|
||||
"on-click": "~/bin/music.sh Previous"
|
||||
},
|
||||
"custom/multimedia_current": {
|
||||
"interval": 10,
|
||||
"exec": "~/Bin/nowPlaying.sh",
|
||||
"on-click": "~/Bin/music.sh PlayPause"
|
||||
"exec": "~/bin/nowPlaying.sh",
|
||||
"on-click": "~/bin/music.sh PlayPause"
|
||||
},
|
||||
"custom/multimedia_next": {
|
||||
"format": "",
|
||||
"on-click": "~/Bin/music.sh Next"
|
||||
"on-click": "~/bin/music.sh Next"
|
||||
},
|
||||
"mpd": {
|
||||
"format": "{stateIcon}{randomIcon}{repeatIcon}{singleIcon} {artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ",
|
||||
|
|
2
crontab
2
crontab
|
@ -1,2 +1,2 @@
|
|||
*/30 * * * * vdirsyncer sync >/dev/null 2>&1
|
||||
30 12 * * 3 ~/Bin/rsync.sh -t sshfs
|
||||
30 12 * * 3 ~/bin/rsync.sh -t sshfs
|
||||
|
|
Loading…
Reference in a new issue