Skip to content

Commit

Permalink
Autostart KWin
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Sep 23, 2023
1 parent ca1851f commit 2d30df9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build/switch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ mkdir -p Desktop
desktop2app /usr/share/applications/org.kde.falkon.desktop Desktop/
desktop2app /usr/share/applications/featherpad.desktop Desktop/

mkdir -p .config/autostart/
cat > .config/autostart/KWin.desktop <<\EOF
[Desktop Entry]
Exec=launch KWin
Name=KWin
Type=Application
Version=1.0
EOF

mkdir -p .config/autostart/
cat > .config/autostart/Filer.desktop <<\EOF
[Desktop Entry]
Expand Down

0 comments on commit 2d30df9

Please sign in to comment.