summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-06-18 22:31:10 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-06-18 22:31:10 +0530
commit9c2e80c9cd3b7238c7f04fb191f2a7cc96d148b4 (patch)
tree735d3741aa3a66d2bf7495d1d7d66a75aaa22712
parentb86bc722d874ee93a49f0b3b8fda4a90a4965746 (diff)
removing betterlockscr script for inbuilt command
-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