.
This commit is contained in:
parent
aa0845d5fb
commit
ba2a14a513
3 changed files with 5 additions and 1 deletions
2
files/.config/service/dunst/run
Executable file
2
files/.config/service/dunst/run
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec chpst -e "$TURNSTILE_ENV_DIR" dunst
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
# Colour Themes:
|
# Colour Themes:
|
||||||
focused_border_colour : #995500
|
focused_border_colour : #995500
|
||||||
|
#focused_border_colour : #ffffff
|
||||||
unfocused_border_colour : #444444
|
unfocused_border_colour : #444444
|
||||||
swap_border_colour : #eeeeee
|
swap_border_colour : #eeeeee
|
||||||
|
|
||||||
# General Options:
|
# General Options:
|
||||||
gaps : 5
|
gaps : 15
|
||||||
border_width : 3
|
border_width : 3
|
||||||
master_width : 60 # Percentage of screen width
|
master_width : 60 # Percentage of screen width
|
||||||
resize_master_amount : 2
|
resize_master_amount : 2
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,5 @@ mkdir -p "$HOME"/.config/service-env
|
||||||
env | while read -r pair; do
|
env | while read -r pair; do
|
||||||
turnstile-update-runit-env "$(cut -d= -f1 <<< "$pair")"
|
turnstile-update-runit-env "$(cut -d= -f1 <<< "$pair")"
|
||||||
done
|
done
|
||||||
|
turnstile-update-runit-env 'DISPLAY=:0'
|
||||||
exec startx /usr/bin/sxwm
|
exec startx /usr/bin/sxwm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue