added info for last working good commit

This commit is contained in:
Joel Mathew Thomas
2024-04-29 23:12:38 +05:30
parent 09e83bf8af
commit b1c60c2c30
6 changed files with 49 additions and 12 deletions
+8 -4
View File
@@ -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,
+1 -1
View File
@@ -8,7 +8,7 @@
background {
monitor =
path = $HOME/.config/.wallpaper/guarma.png # only png supported for now
path = $HOME/.config/.wallpaper/astronautjelly.png # only png supported for now
}
input-field {
-5
View File
@@ -196,10 +196,5 @@ button {
background-color: transparent;
}
#tray menu {
background-color: rgba(0, 0, 0, 0.25); /* Transparent background */
color: white;
}