++
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
9bee4d613d
commit
6c1c0948ee
0
homedir/.Xresources
Normal file → Executable file
0
homedir/.Xresources
Normal file → Executable file
0
homedir/.bashrc
Normal file → Executable file
0
homedir/.bashrc
Normal file → Executable file
|
@ -18,8 +18,9 @@ panels:
|
||||||
www: network
|
www: network
|
||||||
xnt: network
|
xnt: network
|
||||||
warp: network
|
warp: network
|
||||||
gpu: gpu
|
itkey: network
|
||||||
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-}"
|
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:
|
colours:
|
||||||
# #1D2129
|
# #1D2129
|
||||||
fg: '#f9f9f9'
|
fg: '#f9f9f9'
|
||||||
|
@ -56,11 +57,15 @@ panels:
|
||||||
hosts:
|
hosts:
|
||||||
- malganis.priv
|
- malganis.priv
|
||||||
- builder.priv
|
- builder.priv
|
||||||
|
- spike.priv
|
||||||
xnt:
|
xnt:
|
||||||
hosts:
|
hosts:
|
||||||
- access1.infra.erty.sh
|
- access1.infra.erty.sh
|
||||||
- access33.eprod.zorg.sh
|
- access33.eprod.zorg.sh
|
||||||
- access31.sprod.zorg.sh
|
- access31.sprod.zorg.sh
|
||||||
|
itkey:
|
||||||
|
hosts:
|
||||||
|
- 10.220.32.254
|
||||||
memory:
|
memory:
|
||||||
warn_value: 75
|
warn_value: 75
|
||||||
crit_value: 90
|
crit_value: 90
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env watchman
|
#!/usr/bin/env watchman
|
||||||
|
|
||||||
#service_respawn='true'
|
#service_respawn='true'
|
||||||
service_command='/usr/bin/dunst'
|
service_command=( '/usr/bin/dunst' )
|
||||||
|
|
5
homedir/.config/ssm/services/ufwd-nsfw
Executable file
5
homedir/.config/ssm/services/ufwd-nsfw
Executable 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'
|
|
@ -8,19 +8,15 @@ modmaps=( '/etc/X11/xinit/.Xmodmap' "$HOME/.Xmodmap" )
|
||||||
xrandr --dpi 95
|
xrandr --dpi 95
|
||||||
|
|
||||||
for r in "${resources[@]}"; do
|
for r in "${resources[@]}"; do
|
||||||
if [[ -f "$r" ]]; then
|
[[ -f "$r" ]] && xrdb -merge "$r"
|
||||||
xrdb -merge "$r"
|
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
|
|
||||||
for m in modmaps; do
|
for m in modmaps; do
|
||||||
if [[ -f "$m" ]]; then
|
[[ -f "$m" ]] && xmodmap "$m"
|
||||||
xmodmap "$m"
|
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
|
|
||||||
# Common services
|
# Common services
|
||||||
common_services+=( pulseaudio lockd )
|
common_services+=( jackd pulseaudio lockd )
|
||||||
for i in "${common_services[@]}"; do
|
for i in "${common_services[@]}"; do
|
||||||
service "$i" start
|
service "$i" start
|
||||||
done
|
done
|
||||||
|
@ -50,7 +46,7 @@ xmodmap -e 'remove lock = Caps_Lock' \
|
||||||
-e 'keycode 135 = KP_Insert' \
|
-e 'keycode 135 = KP_Insert' \
|
||||||
-e 'keycode 49 = Escape asciitilde' \
|
-e 'keycode 49 = Escape asciitilde' \
|
||||||
-e "pointer = 3 2 1"
|
-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
|
#xinput set-button-map 17 3 2 1 4 5 6 7 8 9
|
||||||
|
|
||||||
# Start a dbus session
|
# Start a dbus session
|
||||||
|
|
0
homedir/.vimperatorrc
Normal file → Executable file
0
homedir/.vimperatorrc
Normal file → Executable file
0
homedir/.vimperatorrc.local
Normal file → Executable file
0
homedir/.vimperatorrc.local
Normal file → Executable file
0
homedir/.vimrc
Normal file → Executable file
0
homedir/.vimrc
Normal file → Executable file
0
homedir/.zshrc
Normal file → Executable file
0
homedir/.zshrc
Normal file → Executable file
Loading…
Reference in New Issue
Block a user