commit db71bf3
Emilia Smólska
·
2026-09-21 19:42:58 +0000 UTC
parent 028dd9d
meow
+4,
-2
1@@ -1,10 +1,12 @@
2 XTerm*loginShell:true
3 XTerm*termName:vt220
4 XTerm*scrollBar:false
5-XClock*analog:false
6-XClock*render:true
7+XClock*hands:hotpink
8 XClock*face:Monospace:size=9
9+XClock*update:5
10+XClock*geometry:164x164-0+0
11 XTerm*faceName:Monospace:size=9
12+XLoad*showLabel:False
13 Xft.antialias:false
14 *background:black
15 *foreground:hotpink
+3,
-3
1@@ -5,8 +5,8 @@ standard_dialogs=gtk3
2 style=Fusion
3
4 [Fonts]
5-fixed="Fixed,15,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,,0,0"
6-general="Fixed,15,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,,0,0"
7+fixed="Monospace,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,,0,0"
8+general="Monospace,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,,0,0"
9
10 [Interface]
11 activate_item_on_single_click=1
12@@ -30,7 +30,7 @@ geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\x96\0\0\x1@\0\0\x6\x1f\0\0\x
13 geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x4q\0\0\x1\x86\0\0\x6\xf5\0\0\x3z\0\0\x4r\0\0\x1\x87\0\0\x6\xf4\0\0\x3y\0\0\0\0\0\0\0\0\a\x80\0\0\x4r\0\0\x1\x87\0\0\x6\xf4\0\0\x3y)
14
15 [SettingsWindow]
16-geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\x37\0\0\0\xe9\0\0\x6*\0\0\x3~\0\0\x3\x38\0\0\0\xea\0\0\x6)\0\0\x3}\0\0\0\0\0\0\0\0\a\x80\0\0\x3\x38\0\0\0\xea\0\0\x6)\0\0\x3})
17+geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\x38\0\0\0\xea\0\0\x6+\0\0\x3\x7f\0\0\x3\x39\0\0\0\xeb\0\0\x6*\0\0\x3~\0\0\0\0\0\0\0\0\a\x80\0\0\x3\x39\0\0\0\xeb\0\0\x6*\0\0\x3~)
18
19 [Troubleshooting]
20 force_raster_widgets=1
M
cshrc
+16,
-4
1@@ -1,5 +1,17 @@
2 set path = (~/bin /bin /sbin /usr/{bin,sbin,X11R6/bin,local/bin,local/sbin})
3-set filec
4-set fignore = (.o)
5-set history = 1000
6-alias h 'history 10'
7+if ($?prompt) then
8+ alias prompt 'set prompt = "$cwd>"'
9+ alias cd 'cd \!*; prompt'
10+ alias chdir 'cd \!*; prompt'
11+ alias popd 'popd \!*; prompt'
12+ alias pushd 'pushd \!*; prompt'
13+ prompt
14+ set filec
15+ set fignore = (.o)
16+ set history = 1000
17+ alias h 'history 10'
18+ alias woman man
19+ alias cls clear
20+ alias dir ls
21+ alias m 'make depend tags style; make all'
22+endif
M
cwmrc
+2,
-1
1@@ -8,7 +8,6 @@ color menubg black
2 color menufg hotpink
3
4 ignore xclock
5-ignore xmessage
6
7 bind-key Print "scrot -s"
8 # bind-key XF86AudioMute "sndioctl output.mute=!"
9@@ -18,3 +17,5 @@ bind-key XF86AudioPlay "amused toggle"
10 bind-key XF86AudioStop "amused stop"
11 bind-key XF86AudioPrev "amused previous"
12 bind-key XF86AudioNext "amused next"
13+
14+command lock "sh -c '(sleep 1; xset dpms force off) & xlock'"
M
login
+1,
-0
1@@ -1,5 +1,6 @@
2 setenv LC_ALL C.UTF-8
3 setenv NO_COLOR 1
4+setenv HASLODIR /home/emilia/.haslo-old
5 setenv HASLOEMAIL emilia@hopeserv.net
6 setenv QT_QPA_PLATFORMTHEME qt6ct
7 setenv GTK_THEME 'Adwaita:dark'
M
xinitrc
+3,
-3
1@@ -1,6 +1,6 @@
2-xsetroot -solid black
3+[ -x ~/.fehbg ] && ~/.fehbg || xsetroot -solid black
4 setxkbmap -option compose:rctrl,caps:swapescape
5 xcompmgr -a &
6 xidle &
7-LC_ALL=C xclock -digital -geometry -0+0 -update 1 &
8-exec cwm
9+xclock &
10+exec cwm < /dev/null