File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Configs/.local/share/hyde Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
393391exec-once = $start.XDG_PORTAL_RESET # reset XDPH for screenshare
394392exec-once = $start.DBUS_SHARE_PICKER # for XDPHgl
395393exec-once = $start.SYSTEMD_SHARE_PICKER # for XDPH
You canβt perform that action at this time.
0 commit comments