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