woops, i may have forgotten to update this for a few months
This commit is contained in:
parent
71b5fe9977
commit
825eee2c37
58
.Xdefaults
58
.Xdefaults
@ -2,34 +2,48 @@
|
||||
|
||||
XTerm.termName: xterm-256color
|
||||
XTerm*loginShell:true
|
||||
XTerm*font: xft:Anonymous Pro:size=12
|
||||
XTerm*font: xft:DejaVu Sans Mono:size=11
|
||||
XTerm*scrollBar:false
|
||||
XTerm*utf8:true
|
||||
XTerm*internalBorder: 12
|
||||
XTerm*eightBitInput: true
|
||||
XTerm*internalBorder: 8
|
||||
Xterm*allowMouseOps:true
|
||||
|
||||
XTerm.vt100.translations: #override \n\
|
||||
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
|
||||
Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
|
||||
|
||||
! hard contrast: *background: #1d2021
|
||||
! soft contrast: *background: #32302f
|
||||
*background: #24273A
|
||||
*foreground: #CAD3F5
|
||||
|
||||
*foreground: #ebdbb2
|
||||
*background: #282828
|
||||
! black
|
||||
*color0: #494D64
|
||||
*color8: #5B6078
|
||||
|
||||
*color0: #282828
|
||||
*color1: #cc241d
|
||||
*color2: #98971a
|
||||
*color3: #d79921
|
||||
*color4: #458588
|
||||
*color5: #b16286
|
||||
*color6: #689d6a
|
||||
*color7: #a89984
|
||||
*color8: #928374
|
||||
*color9: #fb4934
|
||||
*color10: #b8bb26
|
||||
*color11: #fabd2f
|
||||
*color12: #83a598
|
||||
*color13: #d3869b
|
||||
*color14: #8ec07c
|
||||
*color15: #ebdbb2
|
||||
! red
|
||||
*color1: #ED8796
|
||||
*color9: #ED8796
|
||||
|
||||
! green
|
||||
*color2: #A6DA95
|
||||
*color10: #A6DA95
|
||||
|
||||
! yellow
|
||||
*color3: #EED49F
|
||||
*color11: #EED49F
|
||||
|
||||
! blue
|
||||
*color4: #8AADF4
|
||||
*color12: #8AADF4
|
||||
|
||||
! magenta
|
||||
*color5: #F5BDE6
|
||||
*color13: #F5BDE6
|
||||
|
||||
! cyan
|
||||
*color6: #8BD5CA
|
||||
*color14: #8BD5CA
|
||||
|
||||
! white
|
||||
*color7: #B8C0E0
|
||||
*color15: #A5ADCB
|
||||
|
@ -2,7 +2,7 @@ set from = "dvonik@rslp.org"
|
||||
set realname = "Agnosto Dvonik"
|
||||
set imap_user = "dvonik"
|
||||
set folder = "imaps://mail.rslp.org:993"
|
||||
set smtp_url = "smtp://dvonik@mail.rslp.org:587/"
|
||||
set smtp_url = "smtps://dvonik@mail.rslp.org:465"
|
||||
set spoolfile = "+INBOX"
|
||||
set header_cache = ~/.mutt/cache/headers
|
||||
set message_cachedir = ~/.mutt/cache/bodies
|
||||
@ -17,9 +17,8 @@ set crypt_autosign = yes
|
||||
set crypt_replyencrypt = yes
|
||||
|
||||
set status_format=""
|
||||
color normal default default
|
||||
color quoted green default
|
||||
color status brightwhite black
|
||||
|
||||
color status brightwhite default
|
||||
|
||||
source "/usr/local/share/examples/mutt/gpg.rc"
|
||||
source "gpg -d ~/.mutt/passwd.gpg |"
|
||||
|
16
.xsession
16
.xsession
@ -6,11 +6,19 @@
|
||||
|
||||
export GTK_THEME=Adwaita:dark
|
||||
export LANG="en_US.UTF-8"
|
||||
export DBUS_SESSION_BUS_ADDRESS="no"
|
||||
export MOZ_WEBRENDER=1
|
||||
export MOZ_ACCELERATION=1
|
||||
|
||||
xwallpaper --zoom "$HOME/share/pic/wall/m904ak26fcy91.jpg"
|
||||
xidle -program "/usr/sbin/zzz" -timeout 600 &
|
||||
picom --backend glx --xrender-sync-fence --glx-no-stencil --glx-no-rebind-pixmap --vsync -f -I 0.2 -O 0.2 -c &
|
||||
xwallpaper --zoom "$HOME/share/pic/wall/lucabravo-A-fubu9QJxE-unsplash.jpg"
|
||||
sct 3750 &
|
||||
"$HOME/.config/lemonbar/main" | lemonbar-xft -g 1920x25 -B "#282828" -F "#ebdbb2" -f "Anonymous Pro:size=12" &
|
||||
picom --backend glx --xrender-sync-fence --vsync &
|
||||
# xcompmgr -cfI 0.2 -O 0.2 &
|
||||
sct 4250 &
|
||||
curl -SsLo $HOME/share/misc/wttr "https://wttr.in/?m&format=%t%20%C" &
|
||||
"$HOME/bin/bar" | lemonbar-xft -g 1920x25 -B "#24273A" -F "#CAD3F5" -f "DejaVu Sans Mono:size=11" &
|
||||
|
||||
# eyecandy
|
||||
xeyes -outline "#24273a" -fg "#8aadf4" -bg "#b8c0e0" -geometry 150x100+10+960 &
|
||||
|
||||
exec cwm
|
||||
|
@ -1,6 +1,8 @@
|
||||
! $OpenBSD: Xresources.in,v 1.3 2020/06/28 15:38:34 matthieu Exp $
|
||||
! $OpenBSD: Xresources.in,v 1.4 2022/11/07 17:12:06 matthieu Exp $
|
||||
!
|
||||
!
|
||||
!
|
||||
!
|
||||
! dvonik 20220412
|
||||
!
|
||||
|
||||
! zakaria.org's fail message is the best, and i cannot possibly replace it
|
||||
@ -15,14 +17,14 @@ xlogin.Login.frameWidth: 10
|
||||
xlogin.Login.innerFramesWidth: 0
|
||||
xlogin.Login.sepWidthz: 0
|
||||
|
||||
xlogin.Login.background: #282828
|
||||
xlogin.Login.foreground: #ebdbb2
|
||||
xlogin.Login.failColor: #cc231d
|
||||
xlogin.Login.inpColor: #282828
|
||||
xlogin.Login.promptColor: #ebdbb2
|
||||
xlogin.Login.hiColor: #282828
|
||||
xlogin.Login.shdColor: #282828
|
||||
xlogin.Login.background: #24273A
|
||||
xlogin.Login.foreground: #CAB3F5
|
||||
xlogin.Login.failColor: #ED8796
|
||||
xlogin.Login.inpColor: #24273A
|
||||
xlogin.Login.promptColor: #CAB3F5
|
||||
xlogin.Login.hiColor: #24273A
|
||||
xlogin.Login.shdColor: #24273A
|
||||
|
||||
xlogin.Login.face: Anonymous Pro-12
|
||||
xlogin.Login.failFace: Anonymous Pro-12
|
||||
xlogin.Login.promptFace: Anonymous Pro-12
|
||||
xlogin.Login.face: monospace-12
|
||||
xlogin.Login.failFace: monospace-12
|
||||
xlogin.Login.promptFace: monospace-12
|
||||
|
@ -1,15 +1,9 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: Xsetup_0.in,v 1.1 2021/08/30 15:38:27 matthieu Exp $
|
||||
#
|
||||
# dvonik 20220412
|
||||
#
|
||||
|
||||
/usr/local/bin/sct 3750
|
||||
/usr/X11R6/bin/xsetroot -solid \#24273A
|
||||
/usr/X11R6/bin/xrandr --dpi 96
|
||||
/usr/X11R6/bin/xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation" 1
|
||||
/usr/X11R6/bin/xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Button" 2
|
||||
/usr/X11R6/bin/xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Axes" 6 7 4 5
|
||||
/usr/X11R6/bin/xinput set-prop "/dev/wsmouse" "Device Accel Constant Deceleration" 0.5
|
||||
|
||||
/usr/X11R6/bin/xrandr --dpi 96
|
||||
/usr/X11R6/bin/xsetroot -solid \#282828
|
||||
/usr/X11R6/bin/xinput set-prop "/dev/wsmouse" "Device Accel Constant Deceleration" 0.3
|
||||
|
4
fsroot/etc/X11/xorg.conf
Normal file
4
fsroot/etc/X11/xorg.conf
Normal file
@ -0,0 +1,4 @@
|
||||
Section "ServerFlags"
|
||||
Option "DontVTSwitch" "True"
|
||||
Option "DontZap" "True"
|
||||
EndSection
|
@ -1,4 +1,6 @@
|
||||
apmd_flags=-Az 10
|
||||
apmd_flags=-L
|
||||
obsdfreqd_flags=-T50 -t150
|
||||
pkg_scripts=obsdfreqd
|
||||
smtpd_flags=NO
|
||||
sshd_flags=NO
|
||||
xenodm_flags=
|
||||
|
Loading…
Reference in New Issue
Block a user