summaryrefslogtreecommitdiff
path: root/.config/sxhkd
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-03-12 19:54:51 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-03-12 19:54:51 +0530
commit54b772cae06eb25adf33297e35234f33ded81a7b (patch)
treef287ee48faa8013e4a8f0ee764a6d3cd850bb24d /.config/sxhkd
parent7197e45d94dbcf4877d585fff8e634896876ae83 (diff)
neovim addition
Diffstat (limited to '.config/sxhkd')
-rw-r--r--.config/sxhkd/sxhkdrc17
1 files changed, 13 insertions, 4 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index c72a138..1e3b687 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -76,15 +76,19 @@ super + shift + t
# Launch spotify
super + shift + m
- LD_PRELOAD=/usr/local/lib/spotify
+ spotify
# Launch discord
super + shift + d
discord
+# Launch telegram
+super + ctrl + t
+ telegram-desktop
+
# dmenu custom run
super + d
- dmenu_run -hp setbg,xkill,librewolf,telegram-desktop,bts,trashy,dmount,dumount
+ dmenu_run -hp setbg,xkill,pidkill,librewolf,telegram-desktop,bts,trashy,dmount,dumount,picomm,passmenu
#dmenu emoji-picker (universal)
super + F1
@@ -94,6 +98,10 @@ super + F1
super + F2
emojiselw
+#dmenu pidkill
+super + F3
+ pidkill
+
# dmenu wifi-menu
super + ctrl + w
wifi-menu
@@ -118,7 +126,6 @@ super+ ctrl + l
XF86MonBrightness{Up,Down}
brillo -s intel_backlight -{A,U} 5 && dunstify -u normal -t 3000 -r 90210 -i display-brightness "$(printf %.0f%% $( brillo -G) )"
-
# Change screen temp
# Take a screenshot (full)
@@ -127,10 +134,12 @@ Print
# Take a screenshot (sel)
alt + Print
- maim -D -u --select | tee ~/Pictures/Screenshots/pic-sel-$(date '+%y-%m-%d--%H-%M-%S').png | xclip -selection clipboard -t image/png
+## maim --window $(xdotool getactivewindow) | tee ~/Pictures/Screenshots/pic-sel-$(date '+%y-%m-%d--%H-%M-%S').png | xclip -sel c -t image/png
+ maim -D -u --select | tee ~/Pictures/Screenshots/pic-sel-$(date '+%y-%m-%d--%H-%M-%S').png | xclip -sel c -t image/png
ctrl + Print
flameshot gui
+
##############################
#d-menu binary Yes/No Prompts#
##############################