Skip to content

Commit

Permalink
refactor: Move aria2 & deadd config to base
Browse files Browse the repository at this point in the history
Signed-off-by: Mubashshir <[email protected]>
  • Loading branch information
ahmubashshir committed Jan 30, 2023
1 parent 950ee47 commit 67fe0d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions dot-config:deadd/deadd.conf → base/dot-config/deadd/deadd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ configSendNotiClosedDbusMessage = true
# Default is true.
guessIconFromAppname = true

# Truncates notification bodies with '...' at the specified number of
# Truncates notification bodies with '...' at the specified number of
# lines. If -1 is specified, the body text will not be truncated.
# Applies only to notifications within the notification center.
# Applies only to notifications within the notification center.
shortenBody = 7

# See section "Notification based scripting" for an explenation
Expand Down Expand Up @@ -109,12 +109,12 @@ imageMarginTop = 8
imageMarginLeft = 8
imageMarginRight = 8

# Vertical image alignment. Can be either "top", "center",
# Vertical image alignment. Can be either "top", "center",
# "bottom", or "fill". Applies to popup notifications and in-center
# notifications.
#imageAlignment = top

# Truncates notification bodies with '...' at the specified number of
# Truncates notification bodies with '...' at the specified number of
# lines. If -1 is specified, the body text will not be truncated.
# Applies only to popup notifications
shortenBody = 3
Expand All @@ -123,7 +123,7 @@ shortenBody = 3
# Must be either "mouse1", "mouse2", "mouse3", "mouse4", or "mouse5"
defaultActionButton = mouse1

# The mouse button for closing a popup. Must be either "mouse1",
# The mouse button for closing a popup. Must be either "mouse1",
# "mouse2", "mouse3", "mouse4", or "mouse5"
dismissButton = mouse2

Expand Down
File renamed without changes.

0 comments on commit 67fe0d9

Please sign in to comment.