summaryrefslogtreecommitdiff
path: root/ar
diff options
context:
space:
mode:
Diffstat (limited to 'ar')
-rw-r--r--ar/.config/shell/bm-dirs4
-rwxr-xr-xar/.local/bin/dmenurecord2
2 files changed, 3 insertions, 3 deletions
diff --git a/ar/.config/shell/bm-dirs b/ar/.config/shell/bm-dirs
index 275b304..c862156 100644
--- a/ar/.config/shell/bm-dirs
+++ b/ar/.config/shell/bm-dirs
@@ -55,8 +55,8 @@ gss ${XDG_PICTURES_DIR:-${HOME}/Pictures}/screenshots
gtc $HOME/Torrents/complete
gti $HOME/Torrents/incomplete
gtt $HOME/Torrents
+gvr ${XDG_VIDEOS_DIR:-${HOME}/Videos}/recordings
gvv ${XDG_VIDEOS_DIR:-${HOME}/Videos}
-gvy ${XDG_VIDEOS_DIR:-${HOME}/Videos}/Youtube
gwf $HOME/.librewolf/si.default
gwo ${XDG_DESKTOP_DIR:-${HOME}/Desktop}/Work
gww ${XDG_PICTURES_DIR:-${HOME}/Pictures}/wallpaper
@@ -84,7 +84,7 @@ pvg $HOME/Private/repos
pvm $HOME/Private/repos/mutt-wizard
pvn $HOME/Private/repos/neetcode
pvo $HOME/Private/repos/Obsidian/SI
-pvs $HOME/Private/repos/SQL
+pvs $HOME/Private/repos/Sich
pww $HOME/Private/photo
shh ${XDG_DATA_HOME:-${HOME}/.local/share}/history
shg ${XDG_DATA_HOME:-${HOME}/.local/share}/nvim/gp/chats
diff --git a/ar/.local/bin/dmenurecord b/ar/.local/bin/dmenurecord
index e86b02e..4e493c5 100755
--- a/ar/.local/bin/dmenurecord
+++ b/ar/.local/bin/dmenurecord
@@ -17,7 +17,7 @@ getdim() { xrandr | grep -oP '(?<=current ).*(?=,)' | tr -d ' '; }
updateicon() {
echo "$1" >/tmp/recordingicon
- pkill -RTMIN+30 "${STATUSBAR:-dwmblocks}"
+ pkill -RTMIN+24 "${STATUSBAR:-dwmblocks}"
}
killrecording() {