update config for hyprland

This commit is contained in:
grassblock 2024-07-24 15:17:15 +08:00
parent 09f76ad326
commit f84a7005a5
3 changed files with 13 additions and 8 deletions

View file

@ -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 {

View file

@ -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

View file

@ -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