Dunst: Reposition, remove border
Can't think of a single time that the border was the telling part of getting a notification
This commit is contained in:
		@@ -29,7 +29,7 @@
 | 
			
		||||
    # the top and down respectively.
 | 
			
		||||
    # The width can be negative.  In this case the actual width is the
 | 
			
		||||
    # screen width minus the width defined in within the geometry option.
 | 
			
		||||
    geometry = "400x8-0+34"
 | 
			
		||||
    geometry = "600x8-0-34"
 | 
			
		||||
 | 
			
		||||
    # Show how many messages are currently hidden (because of geometry).
 | 
			
		||||
    indicate_hidden = yes
 | 
			
		||||
@@ -61,7 +61,7 @@
 | 
			
		||||
 | 
			
		||||
    # Defines width in pixels of frame around the notification window.
 | 
			
		||||
    # Set to 0 to disable.
 | 
			
		||||
    frame_width = 4
 | 
			
		||||
    frame_width = 0
 | 
			
		||||
 | 
			
		||||
    # Defines color of the frame around the notification window.
 | 
			
		||||
    #frame_color = "#aaaaaa"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user