i hate linux
This commit is contained in:
parent
61a01bf297
commit
1ed31944bf
7 changed files with 24 additions and 8 deletions
8
README
8
README
|
|
@ -86,6 +86,14 @@ KNOWLEDGE
|
||||||
blacklist pcspkr
|
blacklist pcspkr
|
||||||
$ rmmod pcspkr
|
$ rmmod pcspkr
|
||||||
|
|
||||||
|
* static ip
|
||||||
|
---------
|
||||||
|
|
||||||
|
/etc/rc.local:
|
||||||
|
ip link set dev wlan0 up
|
||||||
|
ip addr add 192.168.178.128/24 dev wlan0
|
||||||
|
ip route add default via 192.168.178.1
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ workspaces()
|
||||||
|
|
||||||
WS=""
|
WS=""
|
||||||
while read -r l; do
|
while read -r l; do
|
||||||
eval "$l"
|
printf '%s\n\n' "$1" >> "$HOME/a" 2>&1
|
||||||
if [[ $l =~ ^title=* ]]; then
|
if [[ $l =~ ^title=* ]]; then
|
||||||
# default foreground, background, and underline colours
|
# default foreground, background, and underline colours
|
||||||
# changing the foreground and underline based on
|
# changing the foreground and underline based on
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,10 @@
|
||||||
|
{
|
||||||
|
env | while read -r pair; do
|
||||||
|
turnstile-update-runit-env "$(cut -d= -f1 <<< "$pair")"
|
||||||
|
done
|
||||||
|
} &
|
||||||
sct 4500 &
|
sct 4500 &
|
||||||
setxkbmap de &
|
setxkbmap de &
|
||||||
xsetroot -solid gray70 &
|
#xsetroot -solid gray70 &
|
||||||
exec dbus-run-session dk
|
xsetroot -solid black &
|
||||||
|
exec dbus-run-session dwm
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ exists() {
|
||||||
|
|
||||||
grep 'l' <<< "$-" && \
|
grep 'l' <<< "$-" && \
|
||||||
test -f "$HOME/.xinitrc" && \
|
test -f "$HOME/.xinitrc" && \
|
||||||
|
#false && \
|
||||||
test "$(tty)" = '/dev/tty1' && \
|
test "$(tty)" = '/dev/tty1' && \
|
||||||
cd &&
|
cd &&
|
||||||
exec startx
|
exec startx
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
[general]
|
[general]
|
||||||
fontname=Iosevka 12
|
fontname=Iosevka 13
|
||||||
selchars=-A-Za-z0-9,./?%&#:_
|
selchars=-A-Za-z0-9,./?%&#:_
|
||||||
scrollback=1000
|
scrollback=1000
|
||||||
bgcolor=rgb(246,245,244)
|
bgcolor=rgb(0,0,0)
|
||||||
fgcolor=rgb(0,0,0)
|
fgcolor=rgb(222,221,218)
|
||||||
palette_color_0=rgb(0,0,0)
|
palette_color_0=rgb(0,0,0)
|
||||||
palette_color_1=rgb(170,0,0)
|
palette_color_1=rgb(170,0,0)
|
||||||
palette_color_2=rgb(0,170,0)
|
palette_color_2=rgb(0,170,0)
|
||||||
|
|
|
||||||
1
pkgs.txt
1
pkgs.txt
|
|
@ -32,6 +32,7 @@ scrot
|
||||||
seatd
|
seatd
|
||||||
socklog-void
|
socklog-void
|
||||||
surf
|
surf
|
||||||
|
sxhkd
|
||||||
terminus-font
|
terminus-font
|
||||||
turnstile
|
turnstile
|
||||||
vis
|
vis
|
||||||
|
|
|
||||||
2
setup.sh
2
setup.sh
|
|
@ -30,7 +30,7 @@ while read -r path; do
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ln -fs "$(realpath "$HOME/$path")" "$HOME/$path"
|
ln -fs "$(realpath "$path")" "$HOME/$path"
|
||||||
echo "[x] created symlink $path -> $HOME/$path"
|
echo "[x] created symlink $path -> $HOME/$path"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue