X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2F.xbindkeysrc;h=e716ac1a6e8e24bb85745eb08c3bc005202a1f51;hb=d65f7b94aa647967eb9d806b2e9f20b865a4614e;hp=1bdc08772dadfc6af414c4b4eeec32f5d0fd9ccf;hpb=76b7ee108859ca2bd730297142b1d6ed73bfe053;p=khome.git diff --git a/home/.xbindkeysrc b/home/.xbindkeysrc index 1bdc087..e716ac1 100644 --- a/home/.xbindkeysrc +++ b/home/.xbindkeysrc @@ -80,37 +80,37 @@ # -------------------- # Transparency adjust # -------------------- -"compton-trans 40" +"picom-trans 40" Mod4 + 4 -"compton-trans 45" +"picom-trans 45" Mod4 + Shift + 4 -"compton-trans 50" +"picom-trans 50" Mod4 + 5 -"compton-trans 55" +"picom-trans 55" Mod4 + Shift + 5 -"compton-trans 60" +"picom-trans 60" Mod4 + 6 -"compton-trans 65" +"picom-trans 65" Mod4 + Shift + 6 -"compton-trans 70" +"picom-trans 70" Mod4 + 7 -"compton-trans 75" +"picom-trans 75" Mod4 + Shift + 7 -"compton-trans 80" +"picom-trans 80" Mod4 + 8 -"compton-trans 85" +"picom-trans 85" Mod4 + Shift + 8 -"compton-trans 90" +"picom-trans 90" Mod4 + 9 -"compton-trans 95" +"picom-trans 95" Mod4 + Shift + 9 -"compton-trans 100" +"picom-trans 100" Mod4 + 0 # ------------------------ # Screenshot # ------------------------ -"screengrab -r" +"scrot --select --freeze 'screen--%Y-%m-%d--%H-%M-%S.png' -e 'mv $f ~/arc/img/Screenshots/'" Print # ---------------- @@ -120,7 +120,7 @@ "st -e htop" Mod4 + h "st -e ncmpcpp" - Mod4 + n + Mod4 + m "st -e ranger" Mod4 + r @@ -132,9 +132,11 @@ "video-catalog-play" Mod4 + v -# Editor +# Editors "gvim" Mod4 + e +"emacs" + Mod4 + Shift + e # Edit specific files "cd ~/doc/TODO && gvim TODO.md" @@ -143,6 +145,8 @@ Mod4 + i "cd ~/doc/drafts && drafts_prepend && gvim drafts.md" Mod4 + d +"cd ~/doc/notes && notes_prepend && gvim notes.md" + Mod4 + n "cd ~/doc/bookmarks && gvim bookmarks.md" Mod4 + b "cd ~/doc/quotations && gvim quotations.md"