From 6b5d60fc05f814bbc5bd7132a17c726d3a029a39 Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Mon, 25 Mar 2024 17:10:41 +0530 Subject: removed symbolic link --- .config/sxhkd | 1 - .config/sxhkd/sxhkdrc | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) delete mode 120000 .config/sxhkd create mode 100644 .config/sxhkd/sxhkdrc (limited to '.config/sxhkd') diff --git a/.config/sxhkd b/.config/sxhkd deleted file mode 120000 index 4cf7bf7..0000000 --- a/.config/sxhkd +++ /dev/null @@ -1 +0,0 @@ -.config/sxhkd \ No newline at end of file diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc new file mode 100644 index 0000000..90c0113 --- /dev/null +++ b/.config/sxhkd/sxhkdrc @@ -0,0 +1,19 @@ +# My Hotkeys + +Print + maim --select | tee ~/pix/ss/$(date +%s).jpg | xclip -sel c -t image/jpg + +super + Print + maim | tee ~/pix/ss/$(date +%s).jpg | xclip -sel c -t image/jpg + +XF86Audio{RaiseVolume,LowerVolume,Mute} + pamixer -{i,d,t} 2; kill -34 $(cat ~/.cache/pidofbar) + +XF86MonBrightness{Up,Down} + brightnessctl s {+2%,2%-} + +super + Escape + system_action + +super + v + emoji -- cgit v1.2.3-59-g8ed1b