i forgor to dump but here it is
This commit is contained in:
parent
5bea26bd76
commit
85ad19ab42
45
.Xdefaults
45
.Xdefaults
@ -5,52 +5,49 @@ Xft.hintstyle: hintfull
|
|||||||
|
|
||||||
XTerm.termName: xterm-256color
|
XTerm.termName: xterm-256color
|
||||||
XTerm*loginShell:true
|
XTerm*loginShell:true
|
||||||
XTerm*font: xft:Source Code Pro:size=11.5
|
XTerm*font: xft:Inconsolata:size=12
|
||||||
XTerm*scrollBar:false
|
XTerm*scrollBar:false
|
||||||
XTerm*utf8:true
|
XTerm*utf8:true
|
||||||
XTerm*eightBitInput: true
|
XTerm*eightBitInput: true
|
||||||
XTerm*internalBorder: 8
|
XTerm*internalBorder: 8
|
||||||
XTerm*allowMouseOps:true
|
|
||||||
|
|
||||||
XTerm.vt100.translations: #override \n\
|
XTerm.vt100.translations: #override \n\
|
||||||
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
|
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
|
||||||
Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
|
Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
|
||||||
|
|
||||||
nsxiv.window.background: #000
|
! special
|
||||||
nsxiv.window.foreground: #fff
|
*.foreground: #d3c6aa
|
||||||
nsxiv.bar.font: xft:Source Code Pro:size=11.5
|
*.background: #272e33
|
||||||
|
*.cursorColor: #d3c6aa
|
||||||
*background: #000
|
|
||||||
*foreground: #fff
|
|
||||||
|
|
||||||
! black
|
! black
|
||||||
*color0: #000
|
*.color0: #272e33
|
||||||
*color8: #353535
|
*.color8: #374145
|
||||||
|
|
||||||
! red
|
! red
|
||||||
*color1: #f92672
|
*.color1: #f85552
|
||||||
*color9: #f92672
|
*.color9: #e67e80
|
||||||
|
|
||||||
! green
|
! green
|
||||||
*color2: #a6e22e
|
*.color2: #8da101
|
||||||
*color10: #a6e22e
|
*.color10: #a7c080
|
||||||
|
|
||||||
! yellow
|
! yellow
|
||||||
*color3: #f4bf75
|
*.color3: #dfa000
|
||||||
*color11: #f4bf75
|
*.color11: #dbbc7f
|
||||||
|
|
||||||
! blue
|
! blue
|
||||||
*color4: #66d9ef
|
*.color4: #3a94c5
|
||||||
*color12: #66d9ef
|
*.color12: #7fbbb3
|
||||||
|
|
||||||
! magenta
|
! magenta
|
||||||
*color5: #ae81ff
|
*.color5: #df69ba
|
||||||
*color13: #ae81ff
|
*.color13: #d699b6
|
||||||
|
|
||||||
! cyan
|
! cyan
|
||||||
*color6: #a1efe4
|
*.color6: #35a77c
|
||||||
*color14: #a1efe4
|
*.color14: #83c092
|
||||||
|
|
||||||
! white
|
! white
|
||||||
*color7: #fff
|
*.color7: #bec5b2
|
||||||
*color15: #ff
|
*.color15: #edeada
|
||||||
|
@ -1,2 +1 @@
|
|||||||
geometry=200x200+1695+810
|
|
||||||
audio-pitch-correction=no
|
audio-pitch-correction=no
|
||||||
|
@ -1,17 +1,18 @@
|
|||||||
set default-bg "#000"
|
set font "Anonymous Pro normal 12"
|
||||||
set default-fg "#fff"
|
set default-bg "#272e33"
|
||||||
set index-bg "#000"
|
set default-fg "#d3c6aa"
|
||||||
set index-fg "#fff"
|
set index-bg "#272e33"
|
||||||
set index-active-bg "#000"
|
set index-fg "#d3c6aa"
|
||||||
set index-active-fg "#fff"
|
set index-active-bg "#272e33"
|
||||||
set inputbar-bg "#000"
|
set index-active-fg "#d3c6aa"
|
||||||
set inputbar-fg "#fff"
|
set inputbar-bg "#272e33"
|
||||||
set statusbar-bg "#000"
|
set inputbar-fg "#d3c6aa"
|
||||||
set statusbar-fg "#fff"
|
set statusbar-bg "#272e33"
|
||||||
set highlight-color "#000"
|
set statusbar-fg "#d3c6aa"
|
||||||
set highlight-active-color "#fff"
|
set highlight-color "#272e33"
|
||||||
set recolor-lightcolor "#000"
|
set highlight-active-color "#d3c6aa"
|
||||||
set recolor-darkcolor "#fff"
|
set recolor-lightcolor "#272e33"
|
||||||
|
set recolor-darkcolor "#d3c6aa"
|
||||||
|
|
||||||
set adjust-open "best-fit"
|
set adjust-open "best-fit"
|
||||||
set pages-per-row 1
|
set pages-per-row 1
|
||||||
@ -19,7 +20,6 @@ set scroll-page-aware "true"
|
|||||||
set scroll-full-overlap 0.01
|
set scroll-full-overlap 0.01
|
||||||
set scroll-step 100
|
set scroll-step 100
|
||||||
|
|
||||||
set font "Source Code Pro 11.5"
|
|
||||||
set recolor true
|
set recolor true
|
||||||
set guioptions none
|
set guioptions none
|
||||||
set page-padding 1
|
set page-padding 1
|
||||||
|
47
.cwmrc
47
.cwmrc
@ -1,26 +1,26 @@
|
|||||||
fontname "Source Code Pro:size=11.5"
|
fontname "Inconsolata:size=12"
|
||||||
|
|
||||||
ignore bar
|
ignore bar
|
||||||
autogroup 0 bar
|
autogroup 0 bar
|
||||||
|
|
||||||
sticky yes
|
sticky yes
|
||||||
|
|
||||||
borderwidth 2
|
borderwidth 3
|
||||||
|
|
||||||
color font "#fff"
|
color font "#d3c6aa"
|
||||||
color selfont "#000"
|
color selfont "#272e33"
|
||||||
color menufg "#fff"
|
color menufg "#d3c6aa"
|
||||||
color menubg "#000"
|
color menubg "#272e33"
|
||||||
color activeborder "#fff"
|
color activeborder "#495156"
|
||||||
color inactiveborder "#353535"
|
color inactiveborder "#374145"
|
||||||
|
|
||||||
command lock slock
|
command lock slock
|
||||||
|
|
||||||
command Terminal xterm
|
command Terminal xterm
|
||||||
command Browser bin/uc
|
command Browser "firefox -P default-default"
|
||||||
command Discord bin/discord
|
command "School Browser" "firefox -P school"
|
||||||
command Screenshot bin/ss
|
command "Tor Browser" tor-browser
|
||||||
command Lock slock
|
command Screenshot ".local/bin/ss"
|
||||||
|
command Lock lock
|
||||||
command Logout "pkill cwm"
|
command Logout "pkill cwm"
|
||||||
|
|
||||||
unbind-key M-h
|
unbind-key M-h
|
||||||
@ -28,31 +28,28 @@ unbind-key M-j
|
|||||||
unbind-key M-k
|
unbind-key M-k
|
||||||
unbind-key M-l
|
unbind-key M-l
|
||||||
|
|
||||||
bind-key F4 "actl mute"
|
|
||||||
bind-key F5 "actl up"
|
|
||||||
bind-key F6 "actl down"
|
|
||||||
|
|
||||||
bind-key 4S-Return terminal
|
bind-key 4S-Return terminal
|
||||||
bind-key 4S-b bin/uc
|
bind-key 4S-b "firefox -P default-default"
|
||||||
bind-key 4S-s bin/ss
|
bind-key 4S-s ".local/bin/ss"
|
||||||
bind-key 4S-Tab lock
|
bind-key 4S-Tab lock
|
||||||
|
|
||||||
bind-key MS-r restart
|
bind-key MS-r restart
|
||||||
bind-key MS-q quit
|
bind-key MS-q quit
|
||||||
|
|
||||||
|
bind-key CM-h window-hide
|
||||||
bind-key CM-k window-cycle
|
bind-key CM-k window-cycle
|
||||||
bind-key CM-j window-rcycle
|
bind-key CM-j window-rcycle
|
||||||
bind-key CM-w window-close
|
bind-key CM-w window-close
|
||||||
bind-key CM-m window-maximize
|
bind-key CM-m window-maximize
|
||||||
bind-key CM-f window-fullscreen
|
bind-key CM-f window-fullscreen
|
||||||
|
|
||||||
bind-key C-1 group-only-1
|
bind-key M-1 group-only-1
|
||||||
bind-key C-2 group-only-2
|
bind-key M-2 group-only-2
|
||||||
bind-key C-3 group-only-3
|
bind-key M-3 group-only-3
|
||||||
|
|
||||||
bind-key CM-1 window-movetogroup-1
|
bind-key SM-1 window-movetogroup-1
|
||||||
bind-key CM-2 window-movetogroup-2
|
bind-key SM-2 window-movetogroup-2
|
||||||
bind-key CM-3 window-movetogroup-3
|
bind-key SM-3 window-movetogroup-3
|
||||||
|
|
||||||
bind-mouse 4-1 window-move
|
bind-mouse 4-1 window-move
|
||||||
bind-mouse 4-2 window-lower
|
bind-mouse 4-2 window-lower
|
||||||
|
1
.exrc
1
.exrc
@ -6,4 +6,3 @@ set report=1
|
|||||||
set ruler
|
set ruler
|
||||||
set searchincr
|
set searchincr
|
||||||
set terse
|
set terse
|
||||||
set verbose
|
|
||||||
|
16
.profile
16
.profile
@ -1,20 +1,18 @@
|
|||||||
# $OpenBSD: dot.profile,v 1.7 2020/01/24 02:09:51 okan Exp $
|
# $OpenBSD: dot.profile,v 1.8 2022/08/10 07:40:37 tb Exp $
|
||||||
#
|
#
|
||||||
# sh/ksh initialization
|
# sh/ksh initialization
|
||||||
#
|
|
||||||
|
|
||||||
LANG="en_US.UTF-8"
|
LANG="en_US.UTF-8"
|
||||||
EDITOR="vi"
|
PATH=$HOME/.local/bin:$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
|
||||||
HISTFILE="$HOME/.history"
|
HISTFILE="$HOME/.history"
|
||||||
HISTSIZE=2048
|
HISTSIZE=2048
|
||||||
|
export PS1 LANG PATH HISTFILE HISTSIZE HOME TERM
|
||||||
|
|
||||||
# I like /usr/games
|
export GOT_AUTHOR="Agnosto Dvonik <dvonik@rslp.org>"
|
||||||
PATH=$HOME/bin:$HOME/.local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games
|
|
||||||
export PATH HOME LANG EDITOR HISTFILE HISTSIZE
|
|
||||||
|
|
||||||
[ -e "Desktop" ] && rm -r "Desktop"
|
set -o vi
|
||||||
[ -e "Downloads" ] && rm -r "Downloads"
|
|
||||||
|
|
||||||
# fortune
|
#/usr/games/fortune
|
||||||
myfortune
|
myfortune
|
||||||
|
|
||||||
calendar -A0 -B0
|
calendar -A0 -B0
|
||||||
|
30
.xsession
30
.xsession
@ -1,21 +1,19 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# dvonik's .xsession
|
|
||||||
# public domain
|
|
||||||
#
|
|
||||||
|
|
||||||
export GTK_THEME=Adwaita:dark
|
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export DBUS_SESSION_BUS_ADDRESS="no"
|
export DBUS_SESSION_BUS_ADDRESS="no"
|
||||||
|
export GTK_THEME="Adwaita:dark"
|
||||||
|
|
||||||
|
walldir="$HOME/Pictures/Wallpapers"
|
||||||
|
|
||||||
|
xset b off
|
||||||
|
xrandr --dpi 96
|
||||||
xrdb -merge "$HOME/.Xdefaults"
|
xrdb -merge "$HOME/.Xdefaults"
|
||||||
hsetroot -cover "$HOME/share/pic/wall/angad-singh-rHeN0jbxwPs-unsplash.jpg"
|
sct 5600
|
||||||
sct 6000
|
xwallpaper --zoom "$walldir/tobias-tullius-PXXtq6bp6cs-unsplash.jpg"
|
||||||
|
|
||||||
picom -fI0.075 -O0.075 \
|
|
||||||
--backend glx --glx-no-stencil --glx-no-rebind-pixmap \
|
|
||||||
--vsync --xrender-sync-fence -b
|
|
||||||
xidle -program "/usr/sbin/zzz" -timeout 600 &
|
xidle -program "/usr/sbin/zzz" -timeout 600 &
|
||||||
curl -SsLo $HOME/share/misc/wttr "https://wttr.in/?m&format=%t%20%C" &
|
|
||||||
"$HOME/bin/bar" | lemonbar-xft -B "#000" -F "#fff" -f "Source Code Pro:size=11.5" -f "Noto Sans CJK JP" &
|
picom --backend glx --glx-no-rebind-pixmap --glx-no-stencil --xrender-sync-fence --vsync \
|
||||||
exec cwm
|
-fI0.075 -O0.075 --corner-radius 10 -co50 -r5 -o0.45 -l6 -t6&
|
||||||
|
"$HOME/.local/bin/bar" | lemonbar-xft -F "#d3c6aa" -f "Inconsolata:size=12" -g 1920x30+0+1050 &
|
||||||
|
|
||||||
|
"$HOME/.local/bin/wttr" &
|
||||||
|
cwm
|
||||||
|
17
README
17
README
@ -1,16 +1,3 @@
|
|||||||
dotfiles
|
dotfiles
|
||||||
--------
|
|
||||||
* apm
|
idk wat
|
||||||
* cwm
|
|
||||||
* hsetroot
|
|
||||||
* init
|
|
||||||
* ksh
|
|
||||||
* lemonbar
|
|
||||||
* vi
|
|
||||||
* obsdfreqd
|
|
||||||
* picom
|
|
||||||
* ufetch
|
|
||||||
* xdotool
|
|
||||||
* xenodm
|
|
||||||
* xterm
|
|
||||||
* zathura
|
|
||||||
|
@ -1,9 +1,4 @@
|
|||||||
! $OpenBSD: Xresources.in,v 1.4 2022/11/07 17:12:06 matthieu Exp $
|
! $OpenBSD: Xresources.in,v 1.4 2022/11/07 17:12:06 matthieu Exp $
|
||||||
!
|
|
||||||
!
|
|
||||||
!
|
|
||||||
!
|
|
||||||
!
|
|
||||||
|
|
||||||
! zakaria.org's fail message is the best, and i cannot possibly replace it
|
! zakaria.org's fail message is the best, and i cannot possibly replace it
|
||||||
xlogin.Login.fail: ya dun goofed
|
xlogin.Login.fail: ya dun goofed
|
||||||
@ -17,14 +12,14 @@ xlogin.Login.frameWidth: 10
|
|||||||
xlogin.Login.innerFramesWidth: 0
|
xlogin.Login.innerFramesWidth: 0
|
||||||
xlogin.Login.sepWidthz: 0
|
xlogin.Login.sepWidthz: 0
|
||||||
|
|
||||||
xlogin.Login.background: #000
|
xlogin.Login.background: #272e33
|
||||||
xlogin.Login.foreground: #fff
|
xlogin.Login.foreground: #d3c6aa
|
||||||
xlogin.Login.failColor: #f92672
|
xlogin.Login.failColor: #f85552
|
||||||
xlogin.Login.inpColor: #000
|
xlogin.Login.inpColor: #272e33
|
||||||
xlogin.Login.promptColor: #fff
|
xlogin.Login.promptColor: #d3c6aa
|
||||||
xlogin.Login.hiColor: #000
|
xlogin.Login.hiColor: #272e33
|
||||||
xlogin.Login.shdColor: #000
|
xlogin.Login.shdColor: #272e33
|
||||||
|
|
||||||
xlogin.Login.face: Source Code Pro-12
|
xlogin.Login.face: Inconsolata-12
|
||||||
xlogin.Login.failFace: Source Code Pro-12
|
xlogin.Login.failFace: Inconsolata-12
|
||||||
xlogin.Login.promptFace: Source Code Pro-12
|
xlogin.Login.promptFace: Inconsolata-12
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $OpenBSD: Xsetup_0.in,v 1.1 2021/08/30 15:38:27 matthieu Exp $
|
# $OpenBSD: Xsetup_0.in,v 1.1 2021/08/30 15:38:27 matthieu Exp $
|
||||||
|
|
||||||
/usr/X11R6/bin/xsetroot -solid \#000
|
/usr/X11R6/bin/xsetroot -solid \#272e33
|
||||||
/usr/X11R6/bin/xrandr --dpi 96
|
/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" 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 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" "WS Pointer Wheel Emulation Axes" 6 7 4 5
|
||||||
/usr/X11R6/bin/xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Inertia" 1
|
/usr/X11R6/bin/xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Inertia" 1
|
||||||
/usr/X11R6/bin/xinput set-prop "/dev/wsmouse" "Device Accel Constant Deceleration" 0.3
|
/usr/X11R6/bin/xinput set-prop "/dev/wsmouse" "Device Accel Constant Deceleration" 0.1
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
sync
|
|
@ -1,3 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
pkill -USR1 xidle
|
# Get the current Xsession user
|
||||||
|
_user=$(ps -o user= -p $(pgrep -f Xsession))
|
||||||
|
pkill slock
|
||||||
|
# Run xlock as the Xsession user
|
||||||
|
doas -u $_user env DISPLAY=:0 XAUTHORITY=/home/$_user/.Xauthority slock &
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
apmd_flags=-L
|
apmd_flags=-H
|
||||||
obsdfreqd_flags=-T50 -t150
|
obsdfreqd_flags=-T45 -m90
|
||||||
pkg_scripts=obsdfreqd
|
pkg_scripts=obsdfreqd
|
||||||
smtpd_flags=NO
|
smtpd_flags=NO
|
||||||
sshd_flags=NO
|
sshd_flags=NO
|
||||||
|
unwind_flags=
|
||||||
xenodm_flags=
|
xenodm_flags=
|
||||||
|
Loading…
Reference in New Issue
Block a user