.
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")"
|
turnstile-update-runit-env "$(cut -d= -f1 <<< "$pair")"
|
||||||
done
|
done
|
||||||
exec startx /usr/bin/sxwm
|
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
|
|
||||||
5
pkgs.txt
5
pkgs.txt
|
|
@ -2,7 +2,7 @@ alsa-pipewire
|
||||||
chrony
|
chrony
|
||||||
dbus
|
dbus
|
||||||
dmenu
|
dmenu
|
||||||
dk
|
dunst
|
||||||
fontconfig-devel
|
fontconfig-devel
|
||||||
fuse-sshfs
|
fuse-sshfs
|
||||||
fzy
|
fzy
|
||||||
|
|
@ -10,7 +10,6 @@ gcc
|
||||||
git
|
git
|
||||||
grub-x86_64-efi
|
grub-x86_64-efi
|
||||||
keyd
|
keyd
|
||||||
lemonbar-xft
|
|
||||||
libdrm-devel
|
libdrm-devel
|
||||||
libinput-devel
|
libinput-devel
|
||||||
libxkbcommon-devel
|
libxkbcommon-devel
|
||||||
|
|
@ -32,7 +31,7 @@ scrot
|
||||||
seatd
|
seatd
|
||||||
socklog-void
|
socklog-void
|
||||||
surf
|
surf
|
||||||
sxhkd
|
sxwm
|
||||||
terminus-font
|
terminus-font
|
||||||
turnstile
|
turnstile
|
||||||
vis
|
vis
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue