Added backup of crontab (crontab -l > file) for Arch. Intending to flesh it out over time

This commit is contained in:
Brad Ganley 2020-10-08 13:12:28 -05:00
parent 61100c2321
commit dbd0a31e3e
3 changed files with 8 additions and 1 deletions

View File

@ -205,7 +205,7 @@ jsonlint(){
then then
echo "Enter some JSON please" echo "Enter some JSON please"
else else
chromium "https:jsonlint.com/?json={$1}" chromium "https:jsonlint.com/?json={$(cat $1)}"
fi fi
} }

6
Arch/crontab.bak Normal file
View File

@ -0,0 +1,6 @@
# * - Wildcard/ Every interval
# , - multiple values separated by comma
# - - specify range between two numbers
# / Specify periodicity/frequency
#minute | hour | Day of Month | Month | Day of week command
*/1 * * * * DISPLAY=:0.0 feh --randomize --bg-center /home/brad/Pictures/*

View File

@ -161,6 +161,7 @@ mode "resize" {
bindsym $mod+r mode "default" bindsym $mod+r mode "default"
} }
bindsym $mod+o exec deepin-screenshot
bindsym $mod+r mode "resize" bindsym $mod+r mode "resize"
bindsym XF86AudioRaiseVolume exec amixer sset Master 5%+ bindsym XF86AudioRaiseVolume exec amixer sset Master 5%+
bindsym XF86AudioLowerVolume exec amixer sset Master 5%- bindsym XF86AudioLowerVolume exec amixer sset Master 5%-