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
|
||||
$ 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
|
||||
----
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ exists() {
|
|||
|
||||
grep 'l' <<< "$-" && \
|
||||
test -f "$HOME/.xinitrc" && \
|
||||
#false && \
|
||||
test "$(tty)" = '/dev/tty1' && \
|
||||
cd &&
|
||||
exec startx
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
1
pkgs.txt
1
pkgs.txt
|
|
@ -32,6 +32,7 @@ scrot
|
|||
seatd
|
||||
socklog-void
|
||||
surf
|
||||
sxhkd
|
||||
terminus-font
|
||||
turnstile
|
||||
vis
|
||||
|
|
|
|||
2
setup.sh
2
setup.sh
|
|
@ -30,7 +30,7 @@ while read -r path; do
|
|||
continue
|
||||
fi
|
||||
|
||||
ln -fs "$(realpath "$HOME/$path")" "$HOME/$path"
|
||||
ln -fs "$(realpath "$path")" "$HOME/$path"
|
||||
echo "[x] created symlink $path -> $HOME/$path"
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue