added autostart

This commit is contained in:
tomit4 2022-03-03 10:32:20 -08:00
parent 36713b4b36
commit 63f7c50e13
3 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=xfce4-terminal
Comment=start up placement mat
Exec=xfce4-terminal --geometry=284x53+0+0
OnlyShowIn=XFCE;
RunHook=0
StartupNotify=false
Terminal=false
Hidden=false

13
autostart/xfwm4.desktop Normal file
View file

@ -0,0 +1,13 @@
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=xfwm4
Comment=start the window manager
Exec=xfwm4
OnlyShowIn=XFCE;
RunHook=0
StartupNotify=false
Terminal=false
Hidden=false

View file

@ -0,0 +1,13 @@
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=xrandr-bright
Comment=increase brightness by 10%
Exec=xrandr --output HDMI-0 --brightness 1.1
OnlyShowIn=XFCE;
RunHook=0
StartupNotify=false
Terminal=false
Hidden=false