i3: remap $mod+x for XMPP/Dino from urgent

This commit is contained in:
Aminda Suomalainen 2021-06-24 17:01:42 +03:00
parent 9b0811f78d
commit 4a7af972fc
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -327,7 +327,7 @@ bindsym $mod+Escape exec "i3-nagbar -t warning -m 'You pressed the SUSPEND short
bindsym $mod+Shift+Escape exec "i3-nagbar -t warning -m 'You pressed the HIBERNATE shortcut. Do you really want to HIBERNATE?' -B 'Yes, HIBERNATE' '$ScreenLockCmd; systemctl -i hibernate'"
# Jumping to window with alert (the red colour)
bindsym $mod+x [urgent=latest] focus
#bindsym $mod+x [urgent=latest] focus
# alt-tab
bindsym Mod1+Tab exec --no-startup-id rofi -show window
@ -372,6 +372,11 @@ bindsym $mod+m exec mumble
# the good app, while I do remember mpv/Syncplay/VLC whenever I need them.
#bindsym $mod+Shift+m exec audacious
# x for XMPP/Dino, it's autostarting as gapplication service so probably
# ready whenever this is started and I didn't know I had a keybind for
# switching to urgent notifications
bindsym $mod+x exec dino
# Float these apps by default
# Firefox & Tor Browser have `privacy.resistFingerprinting.letterboxing`
# that hide the default screen size, so they don't have to be floated.