mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02:00
chore(hyprland): Remove useless commas
This commit is contained in:
parent
ed222ae03c
commit
9acfef271d
@ -119,12 +119,12 @@ in
|
|||||||
$SUPER_ALT = ${modifier}_ALT
|
$SUPER_ALT = ${modifier}_ALT
|
||||||
|
|
||||||
bind = $SUPER_SHIFT, Return, exec, kitty
|
bind = $SUPER_SHIFT, Return, exec, kitty
|
||||||
bind = $SUPER, Q, killactive,
|
bind = $SUPER, Q, killactive
|
||||||
bind = $SUPER, P, exec, dunstify --icon=$(grimblast save screen) Screenshot Captured.
|
bind = $SUPER, P, exec, dunstify --icon=$(grimblast save screen) Screenshot Captured.
|
||||||
bind = , Print, exec, grimblast copy area
|
bind = , Print, exec, grimblast copy area
|
||||||
bind = $SUPER_ALT, delete, exit
|
bind = $SUPER_ALT, delete, exit
|
||||||
bind = $SUPER, V, togglefloating,
|
bind = $SUPER, V, togglefloating
|
||||||
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, O, exec, killall .ironbar-wrapper || ironbar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user