Some changes
This commit is contained in:
parent
6ca523ca70
commit
0ec6e946f7
298 changed files with 33370 additions and 307 deletions
|
@ -1,35 +0,0 @@
|
|||
*background: #1e1e2e
|
||||
*foreground: #cdd6f4
|
||||
*cursorColor: #f5e0dc
|
||||
|
||||
! black
|
||||
*color0: #45475a
|
||||
*color8: #585b70
|
||||
|
||||
! red
|
||||
*color1: #f38ba8
|
||||
*color9: #f38ba8
|
||||
|
||||
! green
|
||||
*color2: #a6e3a1
|
||||
*color10: #a6e3a1
|
||||
|
||||
! yellow
|
||||
*color3: #f9e2af
|
||||
*color11: #f9e2af
|
||||
|
||||
! blue
|
||||
*color4: #89b4fa
|
||||
*color12: #89b4fa
|
||||
|
||||
! magenta
|
||||
*color5: #f5c2e7
|
||||
*color13: #f5c2e7
|
||||
|
||||
! cyan
|
||||
*color6: #94e2d5
|
||||
*color14: #94e2d5
|
||||
|
||||
! white
|
||||
*color7: #bac2de
|
||||
*color15: #a6adc8
|
16
.config/X11/xinitrc.sh
Normal file
16
.config/X11/xinitrc.sh
Normal file
|
@ -0,0 +1,16 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ -f "$XDG_CONFIG_HOME/.config/x11/xprofile" ]; then
|
||||
. "$XDG_CONFIG_HOME/.config/x11/xprofile"
|
||||
else
|
||||
. "$HOME/.xprofile"
|
||||
fi
|
||||
|
||||
# . "$HOME/.profile"
|
||||
|
||||
fav=bspwm
|
||||
case "$1" in
|
||||
bspwm) bspwm ;;
|
||||
xfce) startxfce4 ;;
|
||||
*) exec $fav ;;
|
||||
esac
|
8
.config/X11/xprofile.sh
Normal file
8
.config/X11/xprofile.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
killall -9 pipewire pipewire-pulse wireplumber xcape
|
||||
|
||||
pipewire &
|
||||
pipewire-pulse &
|
||||
wireplumber &
|
||||
xcape -e 'Super_L=Control_L|Escape' &
|
4
.config/X11/xresources
Normal file
4
.config/X11/xresources
Normal file
|
@ -0,0 +1,4 @@
|
|||
! Nsxiv Colors
|
||||
Nsxiv.window.background: #010101
|
||||
Nsxiv.window.foreground: #F8F8F2
|
||||
Nsxiv.bar.font: Monospace:size=10
|
Loading…
Add table
Add a link
Reference in a new issue