From 347b7ec5e38ecb8e77e33bd5a3a497c13dd869bd Mon Sep 17 00:00:00 2001 From: Ayush Mukherjee Date: Wed, 5 Jan 2022 19:36:29 +0530 Subject: [PATCH] add hotkey for emote browser via rofi script --- i3/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i3/config b/i3/config index 098cafb..be16d02 100644 --- a/i3/config +++ b/i3/config @@ -204,7 +204,6 @@ bindsym --release $mod+Control+s exec "import -format png -window root /tmp/ss.p #bindsym --release $mod+Shift+s exec gnome-screenshot -a -c bindsym --release $mod+Shift+s exec "import -format png /tmp/ss.png && xclip -i /tmp/ss.png -selection c -t image/png && mv /tmp/ss.png ~/Pictures/Screenshots/Screenshot-$(date +%s).png" - # Vol Up bindsym XF86AudioRaiseVolume exec pamixer --allow-boost -i 5 @@ -229,6 +228,9 @@ bindsym $mod+n exec "brave --use-gl=desktop --enable-features=VaapiVideoDecoder # Mod + m pantheon files bindsym $mod+m exec io.elementary.files +# emotes via rofi script +bindsym $mod+Shift+x exec /usr/local/bin/emotes + # Assign windows to workspaces assign [class="Brave-browser"] 3 assign [class="Steam"] 4