Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-shell-notification-center
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-shell-notification-center
Commits
5896170d
Commit
5896170d
authored
Oct 12, 2025
by
Erik Reider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing control-center-positionX and Y to man 5 page
parent
e627045c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
.editorconfig
.editorconfig
+5
-0
swaync.5.scd
man/swaync.5.scd
+14
-0
No files found.
.editorconfig
View file @
5896170d
...
@@ -13,3 +13,8 @@ tab_width = 4
...
@@ -13,3 +13,8 @@ tab_width = 4
# Markup files
# Markup files
[{*.html,*.xml,*.xml.in,*.yml}]
[{*.html,*.xml,*.xml.in,*.yml}]
tab_width = 2
tab_width = 2
# Man pages
[*.scd]
indent_style = tab
tab_width = 4
man/swaync.5.scd
View file @
5896170d
...
@@ -47,6 +47,20 @@ config file to be able to detect config errors
...
@@ -47,6 +47,20 @@ config file to be able to detect config errors
description: Which GTK priority to use when loading the default and user ++
description: Which GTK priority to use when loading the default and user ++
CSS files. Pick "user" to override *XDG_CONFIG_HOME/gtk-3.0/gtk.css*
CSS files. Pick "user" to override *XDG_CONFIG_HOME/gtk-3.0/gtk.css*
*control-center-positionX* ++
type: string ++
default: right ++
values: left, right, center ++
description: Optional: Horizontal position of the control center. ++
Supersedes positionX if not set to `none`.
*control-center-positionY* ++
type: string ++
default: top ++
values: top, center, bottom ++
description: Optional: Vertical position of the control center. ++
Supersedes positionY if not set to `none`.
*control-center-margin-top* ++
*control-center-margin-top* ++
type: integer ++
type: integer ++
default: 0 ++
default: 0 ++
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment