Adds Autostart

This commit is contained in:
Michel Fedde 2025-04-08 17:17:13 +02:00
parent 0bd5dcd440
commit ca265dd2e3
4 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,3 @@
exec-once = gtk-launch org.mozilla.Thunderbird.desktop &
exec-once = gtk-launch teams-nativefier.desktop &
exec-once = gtk-launch zen.desktop &

View file

@ -2,6 +2,7 @@ $hyprPath = ~/.config/hypr
$config = $hyprPath/config $config = $hyprPath/config
source = $config/Startup_Apps.conf source = $config/Startup_Apps.conf
source = $config/Autostart.conf
source = $config/Animation.conf source = $config/Animation.conf
source = $config/Settings.conf source = $config/Settings.conf
source = $config/Decoration.conf source = $config/Decoration.conf

View file

@ -5,7 +5,7 @@
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/> <property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/>
<property name="last-window-width" type="int" value="414"/> <property name="last-window-width" type="int" value="414"/>
<property name="last-window-height" type="int" value="1420"/> <property name="last-window-height" type="int" value="1420"/>
<property name="last-window-maximized" type="bool" value="false"/> <property name="last-window-maximized" type="bool" value="true"/>
<property name="last-separator-position" type="int" value="251"/> <property name="last-separator-position" type="int" value="251"/>
<property name="misc-single-click" type="bool" value="false"/> <property name="misc-single-click" type="bool" value="false"/>
<property name="last-side-pane" type="string" value="ThunarShortcutsPane"/> <property name="last-side-pane" type="string" value="ThunarShortcutsPane"/>