Adds some new things

This commit is contained in:
Michel Fedde 2025-08-28 23:58:23 +02:00
parent 9059192270
commit fec7b2ca1e
3 changed files with 3 additions and 2 deletions

View file

@ -37,6 +37,5 @@ exec-once = wl-paste --type image --watch cliphist store # Stores only image dat
exec-once = hyprsunset & exec-once = hyprsunset &
exec-once = hyprshade auto exec-once = hyprshade auto
exec-once = sleep 1 && darkman run &
exec-once = bitwarden-daemon & exec-once = bitwarden-daemon &
exec-once = sleep 1 && hyprctl reload & exec-once = sleep 1 && hyprctl reload &

View file

@ -19,5 +19,5 @@
<property name="misc-expandable-folders" type="bool" value="true"/> <property name="misc-expandable-folders" type="bool" value="true"/>
<property name="last-splitview-separator-position" type="int" value="-1"/> <property name="last-splitview-separator-position" type="int" value="-1"/>
<property name="last-renamer-dialog-maximized" type="bool" value="true"/> <property name="last-renamer-dialog-maximized" type="bool" value="true"/>
<property name="last-compact-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_150_PERCENT"/> <property name="last-compact-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_38_PERCENT"/>
</channel> </channel>

View file

@ -33,4 +33,6 @@ if [ $XDG_SESSION_DESKTOP = "Hyprland" ]; then
hyprshade-git \ hyprshade-git \
posy-improved-cursors \ posy-improved-cursors \
pamixer pamixer
addActions "systemctl --user enable --now darkman"
fi fi