/* See LICENSE file for copyright and license details. */
+#define LAPTOP
/* interval between updates (in ms) */
const unsigned int interval = 30*1000;
default-cache-ttl 3600
enable-ssh-support
disable-scdaemon
+pinentry-program /usr/bin/pinentry-gtk-2
export CLEAN_HOME=/opt/clean-x64
export PATH=~/.local/bin:$PATH
-export PATH=$PATH:$CLEAN_HOME/lib/exe:$CLEAN_HOME/bin
-export PATH=$PATH:/opt/texlive/2020/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin:/opt/firefox
+export PATH=$CLEAN_HOME/lib/exe:$CLEAN_HOME/bin:$PATH
+export PATH=/opt/texlive/2020/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin:/opt/firefox:$PATH
export MANPATH=~/.local/share/man:/opt/texlive/2020/texmf-dist/doc/man:./arduino/java/man:$MANPATH
# It will NOT be updated and reflects only the
# installation profile at installation time.
selected_scheme scheme-infraonly
-TEXDIR /opt/texlive/2018
+TEXDIR /opt/texlive/2020
TEXMFCONFIG ~/.local/share/texlive/texmf-config
TEXMFHOME ~/.local/share/texlive/texmf
TEXMFLOCAL /opt/texlive/texmf-local
-TEXMFSYSCONFIG /opt/texlive/2018/texmf-config
-TEXMFSYSVAR /opt/texlive/2018/texmf-var
+TEXMFSYSCONFIG /opt/texlive/2020/texmf-config
+TEXMFSYSVAR /opt/texlive/2020/texmf-var
TEXMFVAR ~/.local/share/texlive/texmf-var
binary_x86_64-linux 1
instopt_adjustpath 0
#!/bin/sh
-xrandr --output eDP1 --auto --output HDMI1 --same-as eDP1 --auto
+xrandr --output eDP-1 --auto --output HDMI-1 --same-as eDP-1 --auto
#!/bin/sh
-xrandr --output eDP1 --auto --output HDMI1 --right-of eDP1 --auto
+xrandr --output eDP-1 --auto --output HDMI-1 --right-of eDP-1 --auto
#!/bin/sh
-xrandr --output eDP1 --auto --output HDMI1 --right-of eDP1 --auto
-xrandr --setmonitor virt auto eDP1,HDMI1
+xrandr --output eDP-1 --auto --output HDMI-1 --right-of eDP-1 --auto
+xrandr --setmonitor virt auto eDP-1,HDMI-1
#!/bin/sh
-xrandr --setmonitor Presentation 3840/1040x1080/640+0+0 eDP1,HDMI1
-xrandr --output eDP1 --auto --output HDMI1 --right-of eDP1 --mode 1920x1080
+xrandr --setmonitor Presentation 3840/1040x1080/640+0+0 eDP-1,HDMI-1
+xrandr --output eDP-1 --auto --output HDMI-1 --right-of eDP-1 --mode 1920x1080
killall dwm
#!/bin/sh
-xrandr --output eDP1 --auto --output HDMI1 --off
+xrandr --output eDP-1 --auto --output HDMI-1 --off