Skip to content

Commit 05aa86e

Browse files
authored
Merge branch 'master' into dev
2 parents 447917b + 4eccc32 commit 05aa86e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

β€ŽConfigs/.local/share/hyde/hyprland.confβ€Ž

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,12 +372,12 @@ $dConf = $dConf font-hinting='$FONT_HINTING'\n
372372
$dConf = $dConf [org/gnome/desktop/default-applications/terminal]\nexec='$(which $TERMINAL)'
373373
$dconf.preserve = dconf dump / > $dconFile
374374
$dconf.populate = printf "$dConf" >> $dconFile
375-
$dconf.reset = dconf reset -f / < $dconFile #! use dconf update instead
375+
$dconf.reset = dconf reset -f / < $dconFile #! Use this as dconf update won't refresh when key-val is the same
376376
$dconf.load = dconf load -f / < $dconFile
377377
# $dconf.update = dconf update
378378
$set.hyprCursor = hyprctl setcursor $CURSOR_THEME $CURSOR_SIZE
379379
# $exec.dConf = ( $dconf.populate && $dconf.load && $dconf.update && $set.hyprCursor )
380-
$exec.dConf = ($dconf.preserve && $dconf.populate && $dconf.reset && $dconf.load && $set.hyprCursor )
380+
$exec.dConf = ( $dconf.preserve && $dconf.populate && $dconf.reset && $dconf.load && $set.hyprCursor )
381381

382382
$exec.keybinds_hint = $scrPath/keybinds.hint.py --format rofi > $env.XDG_RUNTIME_DIR/hyde/keybinds_hint.rofi
383383

@@ -388,8 +388,6 @@ exec = $exec.mkdir & $set.env & $exec.animation & $exec.keybinds_hint
388388
# // β–ˆβ–‘β–‘β€ƒβ–„β–€β–ˆβ€ƒβ–ˆβ–‘β–ˆβ€ƒβ–ˆβ–„β–‘β–ˆβ€ƒβ–ˆβ–€β–€β€ƒβ–ˆβ–‘β–ˆ
389389
# // β–ˆβ–„β–„β€ƒβ–ˆβ–€β–ˆβ€ƒβ–ˆβ–„β–ˆβ€ƒβ–ˆβ–‘β–€β–ˆβ€ƒβ–ˆβ–„β–„β€ƒβ–ˆβ–€β–ˆ
390390

391-
exec-once = $exec.dConf
392-
exec-once = $exec.mkdir & $set.env & $exec.animation & $exec.keybinds_hint
393391
exec-once = $start.XDG_PORTAL_RESET # reset XDPH for screenshare
394392
exec-once = $start.DBUS_SHARE_PICKER # for XDPHgl
395393
exec-once = $start.SYSTEMD_SHARE_PICKER # for XDPH

0 commit comments

Comments
Β (0)