diff options
| author | JackJ30 <jackqjamison@proton.me> | 2025-03-11 01:01:31 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@proton.me> | 2025-03-11 01:01:31 -0400 |
| commit | 48c59656782cff76715313cfd00cec5772b69c3d (patch) | |
| tree | 5afb2c65ef28cd34623fa56756f8f02d51aed1b5 /.config/hypr | |
| parent | 32aa6dc55f94dfead4c0db1c4797aa764df163e2 (diff) | |
new rice
Diffstat (limited to '.config/hypr')
| -rw-r--r-- | .config/hypr/binds.conf | 2 | ||||
| -rw-r--r-- | .config/hypr/hyprpaper.conf | 4 | ||||
| -rw-r--r-- | .config/hypr/style.conf | 18 |
3 files changed, 11 insertions, 13 deletions
diff --git a/.config/hypr/binds.conf b/.config/hypr/binds.conf index 929b6f6..e79822a 100644 --- a/.config/hypr/binds.conf +++ b/.config/hypr/binds.conf @@ -20,7 +20,7 @@ bind = $mainMod CTRL SHIFT, S, exec, grim -g "$(slurp)" - | wl-copy bind = $mainMod CTRL, S, exec, grim -o eDP-1 - | wl-copy bind = $mainMod, M, exit, bind = $mainMod, V, togglefloating, -bind = $mainMod, P, exec, hyprpicker -a +bind = $mainMod CTRL, P, exec, hyprpicker -a bind = $mainMod, L, exec, hyprlock bind = $mainMod, R, togglesplit, # dwindle bind = $mainMod, F, fullscreen diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index c759e59..f27c3c5 100644 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -1,2 +1,2 @@ -preload = /home/jack/.dotfiles/wallpapers/active/snowy-tower.png -wallpaper = ,/home/jack/.dotfiles/wallpapers/active/snowy-tower.png +preload = /home/jack/.dotfiles/wallpapers/active/wallpaper.png +wallpaper = ,/home/jack/.dotfiles/wallpapers/active/wallpaper.png diff --git a/.config/hypr/style.conf b/.config/hypr/style.conf index c2181fd..5c70785 100644 --- a/.config/hypr/style.conf +++ b/.config/hypr/style.conf @@ -1,16 +1,14 @@ general { - gaps_in = 3 - gaps_out = 25 + gaps_in = 0 + gaps_out = 0 - border_size = 2 - col.active_border = rgba(EEABC4aa) rgba(0099ccee) 45deg - col.inactive_border = rgba(595959aa) + border_size = 1 } decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more - rounding = 4 + rounding = 0 blur { enabled = true @@ -29,8 +27,8 @@ animations { bezier = defaultBezier, 0.05, 0.9, 0.1, 1.05 - animation = windows, 1, 7, defaultBezier - animation = windowsOut, 1, 7, default, popin 80% + animation = windows, 1, 7, defaultBezier, slide + animation = windowsOut, 1, 7, defaultBezier, slide animation = border, 1, 10, default animation = borderangle, 1, 8, default animation = fade, 1, 3, default @@ -47,8 +45,8 @@ master { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more new_status = master new_on_top = true - orientation = right - mfact = 0.5 + orientation = left + mfact = 0.6 } gestures { |
