mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
gsimplecal-and-touch-sensitivity
This commit is contained in:
parent
c432b66853
commit
15abc9b2e4
2 changed files with 8 additions and 7 deletions
|
|
@ -282,9 +282,12 @@ RUN pip3 install --user i3-resurrect==1.4.2 && \
|
|||
pip3 install --force --user i3-workspace-names-daemon && \
|
||||
git clone https://github.com/s-urbaniak/i3-focus-last ~/.config/i3/i3-focus-last && \
|
||||
cd ~/.config/i3/i3-focus-last && \
|
||||
go install && \
|
||||
apt-get update -qq && \
|
||||
apt-get install -qq gsimplecal
|
||||
git clone https://github.com/dmedvinsky/gsimplecal /opt/gsimplecal && \
|
||||
cd /opt/gsimplecal && \
|
||||
./autogen.sh && \
|
||||
./configure --enable-gtk2 && \
|
||||
make && \
|
||||
make install
|
||||
|
||||
# Install jobber
|
||||
RUN wget -O jobber.deb -q https://github.com/dshearer/jobber/releases/download/v1.4.4/jobber_1.4.4-1_amd64.deb && \
|
||||
|
|
@ -439,7 +442,7 @@ RUN sed -i 's/allowed_users=console/allowed_users=anybody/' /etc/X11/Xwrapper.co
|
|||
echo needs_root_rights=yes >> /etc/X11/Xwrapper.config && \
|
||||
chmod u+s /usr/bin/xinit && \
|
||||
mkdir -p /etc/X11/xorg.conf.d && \
|
||||
echo 'Section "InputClass"\n Identifier "touchpad"\n MatchIsTouchpad "on"\n Driver "libinput"\n Option "Tapping" "on"\nEndSection' > /etc/X11/xorg.conf.d/90-touchpad.conf
|
||||
echo 'Section "InputClass"\n Identifier "touchpad"\n MatchIsTouchpad "on"\n Driver "libinput"\n Option "Tapping" "on"\n Option "libinput Accel Speed" "0.5"\nEndSection' > /etc/X11/xorg.conf.d/90-touchpad.conf
|
||||
|
||||
# Create a non-root user for safe operation
|
||||
RUN useradd \
|
||||
|
|
@ -468,8 +471,6 @@ RUN vcsh clone https://github.com/sabrehagen/dotfiles
|
|||
# Bootstrap dotfiles
|
||||
RUN $HOME/.dotfiles-bootstrap.sh
|
||||
|
||||
RUN sudo apt-get install dbus-x11
|
||||
|
||||
# Record container build information
|
||||
ARG DESKTOP_CONTAINER_GIT_SHA
|
||||
ENV CONTAINER_GIT_SHA $DESKTOP_CONTAINER_GIT_SHA
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ docker run \
|
|||
--volume DESKTOP_ENVIRONMENT_STATE_RESCUETIME:$DESKTOP_ENVIRONMENT_STATE_RESCUETIME \
|
||||
--volume DESKTOP_ENVIRONMENT_STATE_TELEGRAM:$DESKTOP_ENVIRONMENT_STATE_TELEGRAM \
|
||||
--volume DESKTOP_ENVIRONMENT_STATE_WHATSDESK:$DESKTOP_ENVIRONMENT_STATE_WHATSDESK \
|
||||
--volume DESKTOP_ENVIRONMENT_STATE_X11:/tmp/.X11-unix \
|
||||
--volume DESKTOP_ENVIRONMENT_STATE_X11:$DESKTOP_ENVIRONMENT_STATE_X11 \
|
||||
--volume DESKTOP_ENVIRONMENT_USER_APPS:$DESKTOP_ENVIRONMENT_USER_APPS \
|
||||
--volume DESKTOP_ENVIRONMENT_USER_DOCUMENTS:$DESKTOP_ENVIRONMENT_USER_DOCUMENTS \
|
||||
--volume DESKTOP_ENVIRONMENT_USER_DOWNLOADS:$DESKTOP_ENVIRONMENT_USER_DOWNLOADS \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue