[MINOR] Added dunst
This commit is contained in:
parent
b0f8299536
commit
6a0755f0c7
2 changed files with 19 additions and 2 deletions
16
.config/dunst/dunstrc
Normal file
16
.config/dunst/dunstrc
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
[global]
|
||||||
|
frame_color = "#8CAAEE"
|
||||||
|
separator_color= frame
|
||||||
|
|
||||||
|
[urgency_low]
|
||||||
|
background = "#303446"
|
||||||
|
foreground = "#C6D0F5"
|
||||||
|
|
||||||
|
[urgency_normal]
|
||||||
|
background = "#303446"
|
||||||
|
foreground = "#C6D0F5"
|
||||||
|
|
||||||
|
[urgency_critical]
|
||||||
|
background = "#303446"
|
||||||
|
foreground = "#C6D0F5"
|
||||||
|
frame_color = "#EF9F76"
|
5
.xinitrc
5
.xinitrc
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export XDG_SESSION_TYPE=x11
|
XDG_SESSION_TYPE=x11
|
||||||
export XDG_CURRENT_DESKTOP=X-Generic
|
XDG_CURRENT_DESKTOP=X-Generic
|
||||||
userresources=$HOME/.Xresources
|
userresources=$HOME/.Xresources
|
||||||
usermodmap=$HOME/.Xmodmap
|
usermodmap=$HOME/.Xmodmap
|
||||||
sysresources=/etc/X11/xinit/.Xresources
|
sysresources=/etc/X11/xinit/.Xresources
|
||||||
|
@ -55,4 +55,5 @@ setxkbmap -option grp:win_space_toggle
|
||||||
setxkbmap -option caps:escape
|
setxkbmap -option caps:escape
|
||||||
xrandr --output DP-0 --primary --left-of HDMI-0
|
xrandr --output DP-0 --primary --left-of HDMI-0
|
||||||
xscreensaver -no-splash &
|
xscreensaver -no-splash &
|
||||||
|
dunst &
|
||||||
/home/afonso/.local/bin/xmonad
|
/home/afonso/.local/bin/xmonad
|
||||||
|
|
Loading…
Reference in a new issue