forked from extern/nix-config
hyprland: Use ironbar as a menu
Makes things simple and avoids having multiple ways to do the same thing (launch applications). Note that two dots are used here since at some point I presumably made a wrapper inside a wrapper, which should probably be fixed later.
This commit is contained in:
parent
e41deda650
commit
40ca636a51
@ -133,13 +133,12 @@ in
|
|||||||
bind = $SUPER, B, centerwindow
|
bind = $SUPER, B, centerwindow
|
||||||
bind = $SUPER, I, exec, hyprctl keyword decoration:dim_inactive $((1 - $(hyprctl getoption decoration:dim_inactive -j | jq -r ".int")))
|
bind = $SUPER, I, exec, hyprctl keyword decoration:dim_inactive $((1 - $(hyprctl getoption decoration:dim_inactive -j | jq -r ".int")))
|
||||||
bind = $SUPER, U, exec, ~/.config/hypr/gaps.sh
|
bind = $SUPER, U, exec, ~/.config/hypr/gaps.sh
|
||||||
bind = $SUPER, O, exec, killall .ironbar-wrapper || ironbar
|
|
||||||
bind = $SUPER, X, pin
|
bind = $SUPER, X, pin
|
||||||
bind = $SUPER, F, fullscreen
|
bind = $SUPER, F, fullscreen
|
||||||
bind = $SUPER, S, togglespecialworkspace
|
bind = $SUPER, S, togglespecialworkspace
|
||||||
bind = $SUPER_SHIFT, S, movetoworkspace, special
|
bind = $SUPER_SHIFT, S, movetoworkspace, special
|
||||||
bind = $SUPER_SHIFT, S, focuscurrentorlast
|
bind = $SUPER_SHIFT, S, focuscurrentorlast
|
||||||
bind = $SUPER, F1, exec, killall bemenu-run || bemenu-run
|
bind = $SUPER, F1, exec, killall ..ironbar-wrapper || ironbar
|
||||||
bind = $SUPER, F2, togglespecialworkspace
|
bind = $SUPER, F2, togglespecialworkspace
|
||||||
|
|
||||||
bind = $SUPER, Return, layoutmsg, swapwithmaster master
|
bind = $SUPER, Return, layoutmsg, swapwithmaster master
|
||||||
|
Loading…
Reference in New Issue
Block a user