顯示具有 dunst 標籤的文章。 顯示所有文章
顯示具有 dunst 標籤的文章。 顯示所有文章

2013年10月26日 星期六

dunst shortcut key

    # shortcuts are specified as [modifier+][modifier+]...key
    # available modifiers are 'ctrl', 'mod1' (the alt-key), 'mod2', 'mod3'
    # and 'mod4' (windows-key)
    # xev might be helpful to find names for keys
 
 
 
 
Reference :

2013年10月24日 星期四

no dunstrc found -> skipping

Debian : 
$ mkdir ~/.config/dunst/ 
$ zcat /usr/share/doc/dunst/dunstrc.example.gz >> ~/.config/dunst/dunstrc
 
 
Arch :
$ cp /usr/share/dunstrc ~/.config/dunst/dunstrc
 
 
 
 
Reference :
dunst - a dmenu-ish notification daemon (Page 10) / Community Contributions / Arch Linux Forums