1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-09-27 19:22:50 +00:00

adds dunst config

This commit is contained in:
Nemo 2016-07-22 17:43:16 +05:30
parent 148b4773bd
commit 01d8ea287e
2 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,55 @@
[global]
font = Source Sans Pro 20
format = "%a: %s %b"
sort = yes
indicate_hidden = yes
alignment = right
bounce_freq = 1
show_age_threshold = 60;
word_wrap = yes
geometry = "0x0+0+0"
transparency = 0
idle_threshold = 20
monitor = 0
follow = none
sticky_history = yes
line_height = 0
separator_height = 2;
separator_color = auto
padding = 1
horizontal_padding = 9
[shortcuts]
close = mod4+x
close_all = mod4+n
history = mod4+backslash
[urgency_low]
background = "#404040"
foreground = "#CCCCCC"
timeout = 10
[urgency_normal]
background = "#859900"
foreground = "#DDDDDD"
timeout = 10
[urgency_critical]
background = "#dc322f"
foreground = "#DDDDDD"
timeout = 0
[ignore]
appname = "Spotify"
summary = "*"
format = ""

View File

@ -67,6 +67,9 @@ exec --no-startup-id "xss-lock /home/nemo/projects/scripts/i3lock.sh > /home/nem
# Autolock screen after 2 minutes
exec --no-startup-id "xautolock -corners -000 -detectsleep -time 2 -locker /home/nemo/projects/scripts/i3lock.sh > /home/nemo/logs/i3/xautolock.log"
# dunst for notifications
exec --no-startup-id "dunst"
# Win+L
bindsym $mod+l exec --no-startup-id xautolock -locknow