💥 fix: layer animations, use hyprshot for screenshots
This commit is contained in:
@@ -12,7 +12,7 @@ general {
|
||||
|
||||
border_size = 2
|
||||
|
||||
col.active_border = rgb(89dceb)
|
||||
col.active_border = rgb(AC8A3D)
|
||||
col.inactive_border = rgb(313244)
|
||||
|
||||
resize_on_border = false
|
||||
@@ -34,7 +34,7 @@ decoration {
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
enabled = false
|
||||
size = 3
|
||||
passes = 1
|
||||
vibrancy = 0.9
|
||||
|
||||
@@ -8,9 +8,9 @@ $terminal = kitty
|
||||
$fileManager = nautilus
|
||||
$menu = wofi
|
||||
$mainMod = SUPER
|
||||
$screenshotFile = "$HOME/Screenshots/screenshot_$(date '%y%m%d_%H-%M-%S').png"
|
||||
$screenshotFull = grim -c $screenshotDir - | wl-copy
|
||||
$screenshotSelect = grim -g "$(slurp)" $screenshotDir - | wl-copy
|
||||
$screenshotDir = "$HOME/Screenshots"
|
||||
$screenshotFull = hyprshot -m output
|
||||
$screenshotSelect = hyprshot -m region
|
||||
|
||||
|
||||
input {
|
||||
|
||||
@@ -28,6 +28,7 @@ layerrule = animation fade, logout_dialog
|
||||
layerrule = animation fade, waybar
|
||||
layerrule = animation fade, hyprpaper
|
||||
layerrule = animation slide right, swaync-notification-window
|
||||
layerrule = animation fade, hyprpicker
|
||||
|
||||
# Blur
|
||||
blurls = logout_dialog
|
||||
|
||||
Reference in New Issue
Block a user