Compare commits
2 Commits
d6d2897eb6
...
cf6a46d8ae
Author | SHA1 | Date |
---|---|---|
Moritz Böhme | cf6a46d8ae | |
Moritz Böhme | e395b2df17 |
|
@ -110,28 +110,23 @@ in
|
||||||
workspace_swipe = on
|
workspace_swipe = on
|
||||||
}
|
}
|
||||||
|
|
||||||
# Example per-device config
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
|
||||||
device:epic mouse V1 {
|
|
||||||
sensitivity = -0.5
|
|
||||||
}
|
|
||||||
|
|
||||||
# Example windowrule v2
|
|
||||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||||
|
|
||||||
# Firefox Sharing Indicator
|
# Firefox Sharing Indicator
|
||||||
${mkRules ["float" "move 49% 40" "noborder" "nofullscreenrequest"] ["title:^(.*Sharing Indicator)$"]}
|
${mkRules ["float" "move 49% 40" "noborder" "nofullscreenrequest"] ["title:^(.*Sharing Indicator.*)$"]}
|
||||||
|
|
||||||
# Emacs
|
# Emacs
|
||||||
windowrulev2 = opaque, class:^emacs$
|
windowrulev2 = opaque, class:^(emacs)$
|
||||||
|
|
||||||
# Fullscreen Applications
|
# Fullscreen Applications
|
||||||
${mkRules ["opaque" "noblur" "noborder" "noshadow" "forceinput"] ["fullscreen:1"]}
|
${mkRules ["opaque" "noblur" "noborder" "noshadow" "forceinput"] ["fullscreen:1"]}
|
||||||
|
|
||||||
${mkRules ["opaque" "noblur" "noshadow"] ["class:^jetbrains-pycharm$"]}
|
${mkRules ["tile" "opaque"] ["class:^(neovide)$"]}
|
||||||
|
|
||||||
${mkRules ["tile" "opaque"] ["class:^neovide$"]}
|
# fix xwayland apps
|
||||||
|
windowrulev2 = rounding 0, xwayland:1, floating:1
|
||||||
|
windowrulev2 = center, class:^(.*jetbrains.*)$, title:^(Confirm Exit|Open Project|win424|win201|splash)$
|
||||||
|
windowrulev2 = size 640 400, class:^(.*jetbrains.*)$, title:^(splash)$
|
||||||
|
${mkRules ["opaque" "noshadow" "noblur" "noanim" "move cursor 5 5"] ["class:^(.*jetbrains-.*)$"]}
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
@ -141,9 +136,9 @@ in
|
||||||
|
|
||||||
# Window binds
|
# Window binds
|
||||||
bind = $mainMod , F , togglefloating ,
|
bind = $mainMod , F , togglefloating ,
|
||||||
bind = $mainMod , P , pseudo ,
|
bind = $mainMod , P , pseudo ,
|
||||||
bind = $mainMod , Q , killactive ,
|
bind = $mainMod , Q , killactive ,
|
||||||
bind = $mainMod , T , togglesplit ,
|
bind = $mainMod , T , togglesplit ,
|
||||||
bind = $mainMod SHIFT , F , fullscreen ,
|
bind = $mainMod SHIFT , F , fullscreen ,
|
||||||
|
|
||||||
# Program binds
|
# Program binds
|
||||||
|
|
Loading…
Reference in New Issue