From f84a7005a599bb41afc0fb1c3307239553040f56 Mon Sep 17 00:00:00 2001 From: grassblock Date: Wed, 24 Jul 2024 15:17:15 +0800 Subject: [PATCH] update config for hyprland --- home/private_dot_config/hypr/hyprland.conf | 8 ++++---- home/private_dot_config/hypr/hyprlock.conf | 9 +++++++-- home/private_dot_config/hypr/hyprpaper.conf | 4 ++-- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/home/private_dot_config/hypr/hyprland.conf b/home/private_dot_config/hypr/hyprland.conf index 00a1619..01a1b84 100644 --- a/home/private_dot_config/hypr/hyprland.conf +++ b/home/private_dot_config/hypr/hyprland.conf @@ -24,10 +24,10 @@ exec-once = wlsunset -l 39.2 -L 118.6 exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec-once = mako exec-once = fcitx5 -d --replace -exec-once = XDG_MENU_PREFIX=arch- kbuildsycoca6 +exec-once = XDG_MENU_PREFIX, plasma- #this fix dolphin open with exec-once = wl-paste --watch cliphist store #Stores only text data exec-once = wl-paste --type image --watch cliphist store -exec-once = udiskie --appindicator +exec-once = udiskie --appindicator --no-automount # show appindicator but don't mount devices exec-once = dbus-update-activation-environment --systemd --all exec-once = echo 'Xft.dpi:144' | xrdb -merge @@ -46,7 +46,7 @@ env = HYPRCURSOR_SIZE,24 env = XCURSOR_SIZE,24 env = XCURSOR_THEME,Bibata-Modern-Ice env = QT_QPA_PLATFORMTHEME,qt6ct # change to qt6ct if you have that -env = QT_STYLE_OVERRIDE,kvantum +#env = QT_STYLE_OVERRIDE,kvantum #ignore for kde applications crashing #env = GTK_THEME,Nordic-bluish-dark #ignore for libadwaita applications env = ICON_THEME,Papirus-Dark #env = QT_SCALE_FACTOR_ROUNDING_POLICY,Passthrough @@ -127,7 +127,7 @@ dwindle { master { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = true + new_status = master } gestures { diff --git a/home/private_dot_config/hypr/hyprlock.conf b/home/private_dot_config/hypr/hyprlock.conf index 9acec21..856c08a 100644 --- a/home/private_dot_config/hypr/hyprlock.conf +++ b/home/private_dot_config/hypr/hyprlock.conf @@ -1,7 +1,12 @@ +general { + grace = 2 + ignore_empty_input = true #bypass for fingerprint +} + background { monitor = - preload = ~/Pictures/download/110039743_p0.png - path = ~/Pictures/download/110039743_p0.png # supports png, jpg, webp (no animations, though) + preload = ~/Pictures/minecraft/processed/IMG_20240629_122707.png + path = ~/Pictures/minecraft/processed/IMG_20240629_122707.png # supports png, jpg, webp (no animations, though) color = rgba(25, 20, 20, 1.0) # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations diff --git a/home/private_dot_config/hypr/hyprpaper.conf b/home/private_dot_config/hypr/hyprpaper.conf index b69677d..dc409af 100644 --- a/home/private_dot_config/hypr/hyprpaper.conf +++ b/home/private_dot_config/hypr/hyprpaper.conf @@ -1,10 +1,10 @@ -preload = ~/Pictures/download/110039743_p0.png +preload = ~/Pictures/minecraft/processed/IMG_20240629_122707.png #if more than one preload is desired then continue to preload other backgrounds #preload = /path/to/next_image.png # .. more preloads #set the default wallpaper(s) seen on initial workspace(s) --depending on the number of monitors used -wallpaper = ,~/Pictures/download/110039743_p0.png +wallpaper = ,~/Pictures/minecraft/processed/IMG_20240629_122707.png #if more than one monitor in use, can load a 2nd image #wallpaper = monitor2,/path/to/next_image.png # .. more monitors