Skip to content

Commit

Permalink
Various fixes :)
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Mar 22, 2021
1 parent bf9b7dd commit 8433bab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/hooks/live/0500-install-fynedesk.hook.chroot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cd /tmp
git clone https://github.com/fyne-io/fynedesk
git checkout develop
cd fynedesk
git checkout develop
make
sudo make install

2 changes: 1 addition & 1 deletion config/includes.chroot/etc/slim.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ authfile /var/run/slim.auth
# to adjust the command according to your preferred shell,
# i.e. for freebsd use:
# login_cmd exec /bin/sh - ~/.xinitrc %session
login_cmd exec /bin/bash -login /etc/X11/Xsession fynedesk
login_cmd exec /bin/bash -login /etc/X11/Xsession fynedesk_runner

# Commands executed when starting and exiting a session.
# They can be used for registering a X11 session with
Expand Down
1 change: 1 addition & 0 deletions config/package-lists/xorg.list.chroot
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
xorg
xbacklight
slim

0 comments on commit 8433bab

Please sign in to comment.