.
This commit is contained in:
parent
d9fba2b35d
commit
aa0845d5fb
4 changed files with 32 additions and 14 deletions
30
files/.config/dunst/dunstrc
Normal file
30
files/.config/dunst/dunstrc
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
[global]
|
||||
font = "Iosevka 12"
|
||||
separator_height = 4
|
||||
|
||||
origin = top-center
|
||||
offset = (0, 0)
|
||||
|
||||
markup = full
|
||||
icon_position = left
|
||||
max_icon_size = 64
|
||||
show_indicators = false
|
||||
separator_color = frame
|
||||
|
||||
mouse_left_click = do_action
|
||||
mouse_right_click = close_current
|
||||
mouse_middle_click = close_current
|
||||
|
||||
[urgency_low]
|
||||
background = "#222222"
|
||||
foreground = "#ffffff"
|
||||
|
||||
[urgency_normal]
|
||||
background = "#222222"
|
||||
foreground = "#ffffff"
|
||||
|
||||
[urgency_critical]
|
||||
background = "#222222"
|
||||
foreground = "#ffffff"
|
||||
frame_color = "#ff0000"
|
||||
timeout = 0
|
||||
|
|
@ -6,4 +6,3 @@ env | while read -r pair; do
|
|||
turnstile-update-runit-env "$(cut -d= -f1 <<< "$pair")"
|
||||
done
|
||||
exec startx /usr/bin/sxwm
|
||||
#exec swc-launch wsxwm
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
env | while read -r pair; do
|
||||
turnstile-update-runit-env "$(cut -d= -f1 <<< "$pair")"
|
||||
done
|
||||
} &
|
||||
sct 4500 &
|
||||
setxkbmap de &
|
||||
#xsetroot -solid gray70 &
|
||||
xsetroot -solid black &
|
||||
exec dbus-run-session dwm
|
||||
Loading…
Add table
Add a link
Reference in a new issue