Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2023-10-26 01:22:14 +00:00
parent 9bee4d613d
commit 6c1c0948ee
10 changed files with 17 additions and 11 deletions

0
homedir/.Xresources Normal file → Executable file
View File

0
homedir/.bashrc Normal file → Executable file
View File

View File

@ -18,8 +18,9 @@ panels:
www: network
xnt: network
warp: network
gpu: gpu
format: "@{pager}%{FC{bg}}%{BC{bg_focused}}%{F-} @{taskbar}%{FC{bg_focused}} %{B-} %{r} %{FC{bg_focused}} %{F-}%{BC{bg_focused}} LA: @{la} | Mem: @{memory}%% | GPU: @{gpu}° | Network: @{www} @{warp} @{xnt} | @{date} %{B-}"
itkey: network
gpu: gpu2
format: "@{pager}%{FC{bg}}%{BC{bg_focused}}%{F-} @{taskbar}%{FC{bg_focused}} %{B-} %{r} %{FC{bg_focused}} %{F-}%{BC{bg_focused}} LA: @{la} | Mem: @{memory}%% | GPU: @{gpu}° | Network: @{www} @{warp} @{xnt} @{itkey} | @{date} %{B-}"
colours:
# #1D2129
fg: '#f9f9f9'
@ -56,11 +57,15 @@ panels:
hosts:
- malganis.priv
- builder.priv
- spike.priv
xnt:
hosts:
- access1.infra.erty.sh
- access33.eprod.zorg.sh
- access31.sprod.zorg.sh
itkey:
hosts:
- 10.220.32.254
memory:
warn_value: 75
crit_value: 90

View File

@ -1,4 +1,4 @@
#!/usr/bin/env watchman
#service_respawn='true'
service_command='/usr/bin/dunst'
service_command=( '/usr/bin/dunst' )

View File

@ -0,0 +1,5 @@
#!/usr/bin/env ssm
service_tmpfiles=( "$XDG_RUNTIME_DIR/ufwd-nsfw:dir" )
service_command = /usr/bin/ufwd -n -c -d "$XDG_RUNTIME_DIR/ufwd-nsfw" -- -R -t 'porn'

View File

@ -8,19 +8,15 @@ modmaps=( '/etc/X11/xinit/.Xmodmap' "$HOME/.Xmodmap" )
xrandr --dpi 95
for r in "${resources[@]}"; do
if [[ -f "$r" ]]; then
xrdb -merge "$r"
fi
[[ -f "$r" ]] && xrdb -merge "$r"
done
for m in modmaps; do
if [[ -f "$m" ]]; then
xmodmap "$m"
fi
[[ -f "$m" ]] && xmodmap "$m"
done
# Common services
common_services+=( pulseaudio lockd )
common_services+=( jackd pulseaudio lockd )
for i in "${common_services[@]}"; do
service "$i" start
done
@ -50,7 +46,7 @@ xmodmap -e 'remove lock = Caps_Lock' \
-e 'keycode 135 = KP_Insert' \
-e 'keycode 49 = Escape asciitilde' \
-e "pointer = 3 2 1"
xinput --set-prop 22 'libinput Accel Speed' -0.92
#xinput --set-prop 22 'libinput Accel Speed' -0.92
#xinput set-button-map 17 3 2 1 4 5 6 7 8 9
# Start a dbus session

0
homedir/.vimperatorrc Normal file → Executable file
View File

0
homedir/.vimperatorrc.local Normal file → Executable file
View File

0
homedir/.vimrc Normal file → Executable file
View File

0
homedir/.zshrc Normal file → Executable file
View File