Added backup of crontab (crontab -l > file) for Arch. Intending to flesh it out over time
This commit is contained in:
parent
61100c2321
commit
dbd0a31e3e
@ -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
6
Arch/crontab.bak
Normal 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/*
|
@ -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%-
|
||||||
|
Loading…
Reference in New Issue
Block a user