From 9287f4573d754da45de6cadf9285903adcaa7768 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 21 Dec 2020 15:43:18 +0100 Subject: [PATCH] Use the new "p" and "o" free binds --- autostart | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/autostart b/autostart index da3a2a1..487fc88 100755 --- a/autostart +++ b/autostart @@ -186,7 +186,8 @@ hc keybind $Mod-Shift-Tab cycle_all -1 # apps hc keybind $Mod-BackSpace spawn ${TERMINAL:-xterm} # use your $TERMINAL with xterm as fallback -hc keybind $Mod-dead_circumflex spawn ~/.dmenu # Open dmeny/rofi launcher +hc keybind $Mod-dead_circumflex spawn ~/.dmenu # Open dmenu/rofi launcher +hc keybind $Mod-p spawn ~/.dmenu # Open dmenu/rofi launcher hc keybind XF86HomePage spawn firefox-esr hc keybind XF86Mail spawn thunderbird hc keybind XF86Calculator spawn gnome-calculator @@ -194,8 +195,9 @@ hc keybind Print spawn screenshot # Screenshot too hc keybind Shift-Print spawn screen.to.0x0 # Take and send screenshot to 0x0 service (URL in paste) hc keybind $Mod-v spawn vlc hc keybind $Mod-Escape spawn ~/bin/bepo_azerty.sh # Switch between bépo and azerty +hc keybind $Mod-o spawn qb # Qutebrowser content parser hc keybind $Mod-q spawn qb # Qutebrowser content parser -hc keybind XF86AudioPlay spawn qb +hc keybind XF86AudioPlay spawn qb # Qutebrowser content parser hc keybind $Mod-w spawn rofi-task.sh # Taskwarrior launcher hc keybind $Mod-agrave spawn ~/bin/rofi-pass # Password manager @@ -265,6 +267,7 @@ hc rule windowtype~'_NET_WM_WINDOW_TYPE_SPLASH' pseudotile=on tag=" oth " # tag: web or related hc rule class=Firefox tag=" web " +hc rule class=Firefox-esr tag=" web " hc rule class=qutebrowser tag=" web " hc rule class=Midori tag=" oth "