Improve hyprland and waybar configs
This commit is contained in:
parent
ceea1c316a
commit
32a6ce75bd
7 changed files with 77 additions and 43 deletions
.config/hypr
|
@ -49,22 +49,20 @@ decoration {
|
|||
blur = yes
|
||||
blur_size = 3
|
||||
blur_passes = 1
|
||||
blur_new_optimizations = on
|
||||
blur_new_optimizations = true
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = yes
|
||||
enabled = true
|
||||
|
||||
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = overshot, 0.05, 0.9, 0.1, 1.1
|
||||
|
||||
animation = windows, 1, 7, myBezier
|
||||
animation = windowsOut, 1, 7, default, popin 80%
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 7, default
|
||||
animation = workspaces, 1, 6, default
|
||||
animation = windows, 1, 3, overshot, slide
|
||||
animation = fade, 1, 6, default
|
||||
animation = border, 1, 6, default
|
||||
animation = workspaces, 1, 6, overshot, slide
|
||||
}
|
||||
|
||||
dwindle {
|
||||
|
|
|
@ -9,6 +9,7 @@ bind = $mainMod, V, togglefloating,
|
|||
bind = $mainMod, D, exec, j4-dmenu-desktop --dmenu="$DMENU"
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, Pause, exec, menu-shutdown
|
||||
|
||||
bind = $mainMod SHIFT, R, exec, autostart-manage run-wayland
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
### Workspace rules
|
||||
|
||||
windowrulev2 = workspace $ws_web,class:(qutebrowser)
|
||||
windowrulev2 = workspace $ws_web,class:(firefox)
|
||||
windowrulev2 = workspace $ws_web silent, class:(qutebrowser)
|
||||
windowrulev2 = workspace $ws_web, class:(firefox)
|
||||
|
||||
windowrulev2 = workspace $ws_focus,class:^(jetbrains-)
|
||||
windowrulev2 = workspace $ws_focus, class:^(jetbrains-)
|
||||
|
||||
windowrulev2 = workspace $ws_media,class:(Chromium)
|
||||
windowrulev2 = workspace $ws_media,class:(FreeTube)
|
||||
windowrulev2 = workspace $ws_media, class:(Chromium)
|
||||
windowrulev2 = workspace $ws_media, class:(FreeTube)
|
||||
|
||||
windowrulev2 = workspace $ws_voip,class:(discord)
|
||||
windowrulev2 = workspace $ws_voip,class:(Element)
|
||||
windowrulev2 = workspace $ws_voip,class:(TeamSpeak 3)
|
||||
windowrulev2 = workspace $ws_voip silent, class:(discord)
|
||||
windowrulev2 = workspace $ws_voip silent, class:(Element)
|
||||
windowrulev2 = workspace $ws_voip silent, class:(TeamSpeak 3)
|
||||
|
||||
windowrulev2 = workspace $ws_msg,class:(thunderbird)
|
||||
windowrulev2 = workspace $ws_msg,class:(Signal)
|
||||
windowrulev2 = workspace $ws_msg silent, class:(thunderbird)
|
||||
windowrulev2 = workspace $ws_msg silent, class:(Signal)
|
||||
|
||||
|
||||
### Specific rules
|
||||
|
@ -21,4 +21,4 @@ windowrulev2 = workspace $ws_msg,class:(Signal)
|
|||
#windowrulev2 = workspace $ws_steam silent,class:(steam) # Moves menues too :/
|
||||
#windowrulev2 = noinitialfocus,class:(steam) # No focus on menues :/
|
||||
|
||||
windowrulev2 = fullscreen,class:(FreeTube)
|
||||
windowrulev2 = fullscreen, class:(FreeTube)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue