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%-