i hate linux

This commit is contained in:
kento2 2026-02-25 20:28:42 +01:00
parent 61a01bf297
commit 1ed31944bf
7 changed files with 24 additions and 8 deletions

View file

@ -51,7 +51,7 @@ workspaces()
WS=""
while read -r l; do
eval "$l"
printf '%s\n\n' "$1" >> "$HOME/a" 2>&1
if [[ $l =~ ^title=* ]]; then
# default foreground, background, and underline colours
# changing the foreground and underline based on

View file

@ -1,4 +1,10 @@
{
env | while read -r pair; do
turnstile-update-runit-env "$(cut -d= -f1 <<< "$pair")"
done
} &
sct 4500 &
setxkbmap de &
xsetroot -solid gray70 &
exec dbus-run-session dk
#xsetroot -solid gray70 &
xsetroot -solid black &
exec dbus-run-session dwm

View file

@ -12,6 +12,7 @@ exists() {
grep 'l' <<< "$-" && \
test -f "$HOME/.xinitrc" && \
#false && \
test "$(tty)" = '/dev/tty1' && \
cd &&
exec startx
exec startx

View file

@ -1,9 +1,9 @@
[general]
fontname=Iosevka 12
fontname=Iosevka 13
selchars=-A-Za-z0-9,./?%&#:_
scrollback=1000
bgcolor=rgb(246,245,244)
fgcolor=rgb(0,0,0)
bgcolor=rgb(0,0,0)
fgcolor=rgb(222,221,218)
palette_color_0=rgb(0,0,0)
palette_color_1=rgb(170,0,0)
palette_color_2=rgb(0,170,0)