summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/sxhkd/sxhkdrc32
-rwxr-xr-x.local/bin/betterlockscr4
2 files changed, 13 insertions, 23 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index 6800caa..f5406eb 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -46,29 +46,23 @@ XF86Audio{Raise,Lower}Volume
# Applications #
################
-# Launch Brave
-super + q
- brave
-super + ctrl + q
- brave --incognito
-super + alt + q
- brave --tor
-
-# Launch wa
-super + shift + w
- whatsapp-nativefier
-
+##(Temp Launch)
# Launch ranger
super + r
exec $TERMINAL ranger
+# Launch pulsemixer
+super + p
+ exec $TERMINAL pulsemixer
+
#Launch <go,h,bash>top
super + shift {g,h,b}
exec $TERMINAL {go,h,bash}top
-# Launch outlook
-#super + e
-# brave https://outlook.office365.com/mail/inbox
+##(Perma Launch)
+# Launch wa
+super + shift + w
+ whatsapp-nativefier
# Launch teams
super + shift + t
@@ -88,7 +82,7 @@ super + ctrl + t
# dmenu custom run
super + d
- dmenu_run -hp bts,dcalc,dmount,dumount,librewolf,passmenu,picomm,pidkill,picomm,setbg,telegram-desktop,todo,tolearn,trashy,xkill
+ dmenu_run -hp 4chgetw,bts,dcalc,dmount,dumount,librewolf,passmenu,picomm,pidkill,picomm,setbg,st,telegram-desktop,todo,tolearn,trashy,xkill
#dmenu emoji-picker (universal)
super + F1
@@ -117,11 +111,11 @@ super + alt + w
##screenlock
#loads cached lockscreen (instant)
-super+ shift +l
+super + shift+ l
betterlockscreen --lock dimblur
#generates a new lockscreen (takes time)
-super+ ctrl + l
- betterlockscr
+super + ctrl + l
+ betterlockscreen -u pix/Wallpaper/betterlockscreen/ --lock dimblur
# Change screen brightness
XF86MonBrightness{Up,Down}
diff --git a/.local/bin/betterlockscr b/.local/bin/betterlockscr
deleted file mode 100755
index 7abdab8..0000000
--- a/.local/bin/betterlockscr
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-wall=$(find $HOME/Pictures/Wallpaper/betterlockscreen -type f | shuf -n 1)
-betterlockscreen -u "$wall" -l dimblur