From dbd0a31e3eed170d36c68610cbd654346340e604 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Thu, 8 Oct 2020 13:12:28 -0500 Subject: [PATCH] Added backup of crontab (crontab -l > file) for Arch. Intending to flesh it out over time --- Arch/.bashrc | 2 +- Arch/crontab.bak | 6 ++++++ i3/config | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Arch/crontab.bak diff --git a/Arch/.bashrc b/Arch/.bashrc index 2dc2646..6198ff3 100644 --- a/Arch/.bashrc +++ b/Arch/.bashrc @@ -205,7 +205,7 @@ jsonlint(){ then echo "Enter some JSON please" else - chromium "https:jsonlint.com/?json={$1}" + chromium "https:jsonlint.com/?json={$(cat $1)}" fi } diff --git a/Arch/crontab.bak b/Arch/crontab.bak new file mode 100644 index 0000000..1f049bf --- /dev/null +++ b/Arch/crontab.bak @@ -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/* diff --git a/i3/config b/i3/config index 2411b5f..95237f4 100644 --- a/i3/config +++ b/i3/config @@ -161,6 +161,7 @@ mode "resize" { bindsym $mod+r mode "default" } +bindsym $mod+o exec deepin-screenshot bindsym $mod+r mode "resize" bindsym XF86AudioRaiseVolume exec amixer sset Master 5%+ bindsym XF86AudioLowerVolume exec amixer sset Master 5%-