Use the new "p" and "o" free binds

This commit is contained in:
gardouille 2020-12-21 15:43:18 +01:00
parent 2b1dbcd56c
commit 9287f4573d
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 5 additions and 2 deletions

View File

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