mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Add option selection to dunst with rofi
This commit is contained in:
parent
d7097cf749
commit
fc89b6359b
24
.config/dunst/dunst-xresources
Normal file
24
.config/dunst/dunst-xresources
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
!----------------------
|
||||||
|
! dunst selector config
|
||||||
|
|
||||||
|
rofi.width: 300
|
||||||
|
rofi.font: Noto Sans bold 12
|
||||||
|
rofi.bc: #FFFFFF
|
||||||
|
rofi.bw: 3
|
||||||
|
rofi.eh: 1
|
||||||
|
rofi.lines: 3
|
||||||
|
rofi.line-margin: 3
|
||||||
|
rofi.monitor: 0
|
||||||
|
rofi.location: 0
|
||||||
|
|
||||||
|
! backgnd border
|
||||||
|
rofi.color-window: #002B36, #404552
|
||||||
|
! backgnd foregnd bg-alt hlbg hlfg
|
||||||
|
rofi.color-normal: #002B36, #FFFFFF, #002B36, #404552, #FFFFFF
|
||||||
|
|
||||||
|
rofi.no-custom: true
|
||||||
|
!rofi.hide-scrollbar: true
|
||||||
|
rofi.scroll-method: 1
|
||||||
|
rofi.separator-style: none
|
||||||
|
|
||||||
|
! vim: ft=xdefaults
|
@ -75,7 +75,7 @@
|
|||||||
# The transparency of the window. Range: [0; 100].
|
# The transparency of the window. Range: [0; 100].
|
||||||
# This option will only work if a compositing windowmanager is
|
# This option will only work if a compositing windowmanager is
|
||||||
# present (e.g. xcompmgr, compiz, etc.).
|
# present (e.g. xcompmgr, compiz, etc.).
|
||||||
transparency = 10
|
# transparency = 10
|
||||||
|
|
||||||
# Don't remove messages, if the user is idle (no mouse or keyboard input)
|
# Don't remove messages, if the user is idle (no mouse or keyboard input)
|
||||||
# for longer than idle_threshold seconds.
|
# for longer than idle_threshold seconds.
|
||||||
@ -138,7 +138,7 @@
|
|||||||
startup_notification = false
|
startup_notification = false
|
||||||
|
|
||||||
# dmenu path.
|
# dmenu path.
|
||||||
dmenu = /usr/bin/dmenu -p dunst:
|
dmenu = /usr/bin/rofi -dmenu -i -p '' -config ~/.config/dunst/dunst-xresources
|
||||||
|
|
||||||
# Browser for opening urls in context menu.
|
# Browser for opening urls in context menu.
|
||||||
browser = /usr/bin/chromium
|
browser = /usr/bin/chromium
|
||||||
@ -161,10 +161,10 @@
|
|||||||
# Xev might be helpful to find names for keys.
|
# Xev might be helpful to find names for keys.
|
||||||
|
|
||||||
# Close notification.
|
# Close notification.
|
||||||
close = mod4+escape
|
close = mod4+Escape
|
||||||
|
|
||||||
# Close all notifications.
|
# Close all notifications.
|
||||||
close_all = ctrl+mod4+esc
|
close_all = ctrl+mod4+Escape
|
||||||
|
|
||||||
# Redisplay last message(s).
|
# Redisplay last message(s).
|
||||||
# On the US keyboard layout "grave" is normally above TAB and left
|
# On the US keyboard layout "grave" is normally above TAB and left
|
||||||
|
Loading…
Reference in New Issue
Block a user