vicinae: init
This commit is contained in:
parent
decbb0713b
commit
19e10e2d61
5 changed files with 167 additions and 3 deletions
|
|
@ -16,6 +16,7 @@ monitor=eDP-1,1920x1080@60,auto,1
|
|||
exec-once = uwsm app -- swww-daemon
|
||||
exec-once = uwsm app -- waybar
|
||||
exec-once = uwsm app -- swaync
|
||||
exec-once = uwsm app -- vicinae server
|
||||
exec-once = hyprshade auto
|
||||
|
||||
exec-once = uwsm app -- opensnitch-ui
|
||||
|
|
@ -145,7 +146,7 @@ input {
|
|||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
gesture = 3, horizontal, workspace
|
||||
gesture = 4, pinch, dispatcher, exec, fuzzel
|
||||
gesture = 4, pinch, dispatcher, exec, vicinae toggle
|
||||
gesture = 4, left, dispatcher, exec, swaync-client -op
|
||||
gesture = 4, right, dispatcher, exec, swaync-client -cp
|
||||
|
||||
|
|
@ -167,7 +168,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
|
|||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, uwsm app -- ghostty
|
||||
bind = $mainMod, B, exec, uwsm app -- firefox
|
||||
bind = $mainMod, D, exec, fuzzel
|
||||
bind = $mainMod, D, exec, vicinae toggle
|
||||
bind = $mainMod shift, D, exec, uwsm app -- 1password --quick-access
|
||||
bind = $mainMod, S, exec, uwsm app -- hyprshot -z --clipboard-only -m region
|
||||
bind = $mainMod shift, S, exec, uwsm app -- hyprshot -z --clipboard-only -m window
|
||||
|
|
@ -303,5 +304,11 @@ windowrulev2 = persistentsize, initialClass:(^1Password$),floating:1
|
|||
windowrulev2 = dimaround, initialClass:(^1Password$),floating:1
|
||||
windowrulev2 = animation popin, initialClass:(^1Password$),floating:1
|
||||
|
||||
# disable fade animation for vicinae only
|
||||
layerrule = noanim, vicinae
|
||||
|
||||
# layer rules
|
||||
layerrule = animation slide right, waybar
|
||||
|
||||
layerrule = blur,vicinae
|
||||
layerrule = ignorealpha 0, vicinae
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue