From 63f7c50e13ebce6bb435952056d28c9ef30f504c Mon Sep 17 00:00:00 2001 From: tomit4 Date: Thu, 3 Mar 2022 10:32:20 -0800 Subject: [PATCH] added autostart --- autostart/xfce4-terminal.desktop | 13 +++++++++++++ autostart/xfwm4.desktop | 13 +++++++++++++ autostart/xrandr-bright.desktop | 13 +++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 autostart/xfce4-terminal.desktop create mode 100644 autostart/xfwm4.desktop create mode 100644 autostart/xrandr-bright.desktop diff --git a/autostart/xfce4-terminal.desktop b/autostart/xfce4-terminal.desktop new file mode 100644 index 00000000..83aaa44d --- /dev/null +++ b/autostart/xfce4-terminal.desktop @@ -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 + diff --git a/autostart/xfwm4.desktop b/autostart/xfwm4.desktop new file mode 100644 index 00000000..36fea42d --- /dev/null +++ b/autostart/xfwm4.desktop @@ -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 + diff --git a/autostart/xrandr-bright.desktop b/autostart/xrandr-bright.desktop new file mode 100644 index 00000000..662990f6 --- /dev/null +++ b/autostart/xrandr-bright.desktop @@ -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 +