.
This commit is contained in:
parent
dcfa7425dc
commit
90fd2ad3a8
7 changed files with 21 additions and 17 deletions
|
|
@ -1,16 +1,16 @@
|
|||
[Settings]
|
||||
gtk-theme-name=BellePintosGrande
|
||||
gtk-icon-theme-name=Adwaita
|
||||
gtk-font-name=Adwaita Sans 11
|
||||
gtk-font-name=Monospace 11
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=0
|
||||
gtk-menu-images=0
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-enable-event-sounds=0
|
||||
gtk-enable-input-feedback-sounds=0
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintslight
|
||||
gtk-xft-hintstyle=hintmedium
|
||||
gtk-xft-rgba=none
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
cd
|
||||
exec chpst -e "$TURNSTILE_ENV_DIR" \
|
||||
sxhkd -c "$HOME/.config/dk/sxhkdrc"
|
||||
|
|
|
|||
8
files/.config/user-dirs.conf
Normal file
8
files/.config/user-dirs.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
DESKTOP=
|
||||
DOWNLOAD=
|
||||
TEMPLATES=.templates
|
||||
PUBLICSHARE=/dev/null
|
||||
DOCUMENTS=documents
|
||||
MUSIC=documents
|
||||
PICTURES=documents
|
||||
VIDEOS=documents
|
||||
|
|
@ -87,7 +87,7 @@ parsefifo()
|
|||
N*) net="${line#?}" ;;
|
||||
'{'*) workspaces "$line" ;;
|
||||
esac
|
||||
echo "%{l} ${WS}%{c}${time}%{r}${bat}${vol} "
|
||||
echo "%{l}$sep ${WS}%{c}${time}%{r}${bat}${vol} "
|
||||
done
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,16 +1,8 @@
|
|||
. /etc/profile
|
||||
export ENV="$HOME/.shrc"
|
||||
export PATH="$HOME/.local/bin/":"$PATH"
|
||||
export PATH="$HOME/.local/bin":"$PATH"
|
||||
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/:/usr/lib/pkgconfig
|
||||
export XKB_DEFAULT_LAYOUT=de
|
||||
export XBPS_DISTDIR="$HOME/void-packages"
|
||||
|
||||
exists() {
|
||||
which "$1" >/dev/null 2>&1
|
||||
}
|
||||
|
||||
shopt -q login_shell && \
|
||||
exists swc-launch && \
|
||||
exists velox && \
|
||||
test "$(tty)" = '/dev/tty1' && \
|
||||
exec env WLD_DRM_DUMB=1 swc-launch velox
|
||||
export EDITOR=/usr/bin/vis
|
||||
|
|
|
|||
|
|
@ -13,4 +13,5 @@ exists() {
|
|||
grep 'l' <<< "$-" && \
|
||||
test -f "$HOME/.xinitrc" && \
|
||||
test "$(tty)" = '/dev/tty1' && \
|
||||
exec startx
|
||||
cd &&
|
||||
exec startx
|
||||
2
pkgs.txt
2
pkgs.txt
|
|
@ -10,6 +10,7 @@ fontconfig-devel
|
|||
fuse-sshfs
|
||||
fzy
|
||||
gcc
|
||||
git
|
||||
grub-x86_64-efi
|
||||
keyd
|
||||
lemonbar-xft
|
||||
|
|
@ -24,6 +25,7 @@ lxterminal
|
|||
man-pages-devel
|
||||
man-pages-posix
|
||||
opendoas
|
||||
pass
|
||||
playerctl
|
||||
pipewire
|
||||
ripgrep
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue