added info for last working good commit
This commit is contained in:
@@ -77,7 +77,7 @@ decoration {
|
||||
xray = 1
|
||||
new_optimizations = true
|
||||
noise = 0
|
||||
popups = true
|
||||
popups = false
|
||||
ignore_opacity = true
|
||||
}
|
||||
|
||||
@@ -93,10 +93,10 @@ animations {
|
||||
# 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
|
||||
bezier = overshot,0.05,0.9,0,1.05
|
||||
bezier = easeinoutcirc,0.85, 0, 0.15, 1
|
||||
bezier = easeinoutquad,0.11, 0, 0.5, 0
|
||||
animation = windows, 1, 7, myBezier
|
||||
animation = windows, 1, 7, overshot
|
||||
animation = windowsOut, 1, 7, default, popin
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
@@ -143,7 +143,9 @@ device {
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
||||
windowrulev2 = opacity 0.85,class:^(nemo)
|
||||
windowrulev2 = opacity 0.90,class:^(Code)
|
||||
windowrule = opacity 0.90, ^(Spotify)$
|
||||
windowrule = opacity 0.80, ^(org.qbittorrent.qBittorrent)$
|
||||
layerrule = blur, rofi
|
||||
layerrule = blur, waybar
|
||||
layerrule = xray[0], rofi
|
||||
@@ -165,8 +167,10 @@ bind = $mainMod SHIFT, B, exec, firefox --private-window
|
||||
bind = ALT, F, exec, protonvpn-cli c -f
|
||||
bind = ALT, R, exec, protonvpn-cli c -r
|
||||
bind = ALT, D, exec, protonvpn-cli d
|
||||
|
||||
bind = , Print, exec, grim -g "$(slurp -d)" "$HOME/Pictures/grim/$(date +'%Y_%m_%d_%H_%M_%S').png"
|
||||
bind = ALT , Print, exec, grim -t jpeg -q 100 -g "$(slurp -d)" "$HOME/Pictures/grim/$(date +'%Y_%m_%d_%H_%M_%S').jpeg"
|
||||
# Move focus with mainMod + arrow keys
|
||||
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
bind = ALT, Tab, cyclenext,
|
||||
|
||||
Reference in New Issue
Block a user