diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-05-12 12:42:03 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-05-12 12:42:03 +0000 |
commit | d25bb738e7c5c636359af852eba946006a2eafff (patch) | |
tree | 22dae94c45c0c85c2dbcf89d1d7b88f6913d8463 /sxhkd | |
parent | fe7935ca30d27121d67864e44b3a20fc3938e84b (diff) |
added sudo plugin & fixed ss keybinding
Diffstat (limited to 'sxhkd')
-rwxr-xr-x | sxhkd/.config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 3febfda..2b6de5d 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc | |||
@@ -18,7 +18,7 @@ Print | |||
18 | maim ~/screens/$(date +%d-%b-%y-%I:%M%p).png | 18 | maim ~/screens/$(date +%d-%b-%y-%I:%M%p).png |
19 | control + Print | 19 | control + Print |
20 | maim -i $(xdotool getactivewindow) ~/screens/$(date +%d-%b-%y-%I:%M%p).png | 20 | maim -i $(xdotool getactivewindow) ~/screens/$(date +%d-%b-%y-%I:%M%p).png |
21 | control + shift + Print | 21 | control + alt + Print |
22 | maim -s ~/screens/$(date +%d-%b-%y-%I:%M%p).png | 22 | maim -s ~/screens/$(date +%d-%b-%y-%I:%M%p).png |
23 | super + shift + p | 23 | super + shift + p |
24 | passmenu -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f" | 24 | passmenu -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f" |