Init Commit

This commit is contained in:
riomoo 2025-01-17 19:21:40 -05:00
commit b04f979811
Signed by: riomoo
SSH key fingerprint: SHA256:IidVcrEqw4r/6zlIASTgxRmFBmyRiZ/31wjlNkFzVG0
225 changed files with 31653 additions and 0 deletions

18
x11/.config/X11/Xresources Executable file
View file

@ -0,0 +1,18 @@
#include "/home/moo/.config/themes/using/colors.Xresources"
!Sxiv.background: #2E3440
!Sxiv.foreground: #766a85
Xcursor.theme: oreo_nord_snow_3_cursors
Xcursor.size: 16
!herbe.background_color: #2E3440
!herbe.border_color: #766a85
!herbe.font_color: #766a85
!herbe.font_pattern: monospace:size=10
!herbe.line_spacing: 5
!herbe.padding: 15
!herbe.width: 450
!herbe.border_size: 2
!herbe.pos_x: 30
!herbe.pos_y: 60
! 0 = TOP_LEFT, 1 = TOP_RIGHT, 2 = BOTTOM_LEFT, 3 = BOTTOM_RIGHT
!herbe.corner: 1
!herbe.duration: 5

2
x11/.config/X11/mouse Normal file
View file

@ -0,0 +1,2 @@
Xcursor.theme: oreo_nord_snow_1_cursors
Xcursor.size: 16

8
x11/.config/X11/xinitrc Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
XDG_SESSION_TYPE="x11"
USERXSESSION="$XDG_CACHE_HOME/X11/xsession"
USERXSESSIONRC="$XDG_CACHE_HOME/X11/xsessionrc"
ALTUSERXSESSION="$XDG_CACHE_HOME/X11/Xsession"
ERRFILE="$XDG_CACHE_HOME/X11/xsession-errors"
[ -f ~/.config/X11/xprofile ] && . ~/.config/X11/xprofile
exec dwm

19
x11/.config/X11/xprofile Executable file
View file

@ -0,0 +1,19 @@
#paperview $HOME/.local/media/vids/Backgrounds/ankha-walk 10 &
#xcompmgr -c &
#xgifwallpaper -d 3 -s FILL /home/moo/.local/media/pics/Backgrounds/background.gif &
picom &
#sxhkd &
#dunst &
setxkbmap -option ctrl:nocaps &
#$HOME/.local/bin/notify-log $XDG_CACHE_HOME/notify.log &
#nitrogen --restore &
#hsetroot -full ~/Pictures/Backgrounds/1Arch.png &
#xwallpaper -center ~/Pictures/Backgrounds/1Arch.png &
#xwallpaper --maximize ~/.local/media/pics/Backgrounds/defwall.png &
dwmblocks &
#syncthing &
#xrandr --verbose --output eDP --mode 2560x1440
xset s off
xset -dpms
xset s noblank
xrdb -load ~/.config/X11/Xresources