Add terminal spawning quickshell config
This commit is contained in:
parent
6a824b8a58
commit
8364a3b9b9
9 changed files with 308 additions and 72 deletions
|
@ -1,4 +1,4 @@
|
|||
exec-once = quickshell -c background
|
||||
exec-once = quickshell -c shell
|
||||
|
||||
exec = systemctl start --user emacs.service && emacsclient -e "(setenv \"HYPRLAND_INSTANCE_SIGNATURE\" \"$HYPRLAND_INSTANCE_SIGNATURE\")"
|
||||
|
||||
|
@ -33,10 +33,7 @@ decoration {
|
|||
brightness = 0.8
|
||||
}
|
||||
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
drop_shadow = no
|
||||
}
|
||||
|
||||
animations {
|
||||
|
@ -102,6 +99,9 @@ layerrule = blur, wofi
|
|||
layerrule = ignorezero, wofi
|
||||
layerrule = noanim, ^(selection)$
|
||||
|
||||
layerrule = blur, termspawner
|
||||
layerrule = ignorezero, termspawner
|
||||
|
||||
windowrulev2 = float, class:^(opensnitch_ui)$
|
||||
windowrulev2 = dimaround, class:^(opensnitch_ui)$
|
||||
windowrulev2 = float, class:^(org.kde.polkit-kde-authentication-agent-1)$
|
||||
|
@ -125,6 +125,9 @@ bind = $mod+SHIFT, return, exec, alacritty --class AlacrittyFloating
|
|||
bind = $mod, grave, exec, $launcher
|
||||
bind = $mod+SHIFT, q, hy3:killactive
|
||||
|
||||
bind = $mod, c, exec, echo "termselect:start" | nc -w 0 -U /run/user/1000/quickshell.sock
|
||||
bindr = $mod, c, exec, echo "termselect:stop" | nc -w 0 -U /run/user/1000/quickshell.sock
|
||||
|
||||
bind = $mod, f, fullscreen, 1
|
||||
bind = $mod+SHIFT, f, fullscreen, 0
|
||||
bind = $mod+SHIFT, tab, togglefloating
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue