add hotkey for emote browser via rofi script

main
Ayush Mukherjee 3 years ago
parent e65bc83a47
commit 347b7ec5e3

@ -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

Loading…
Cancel
Save