Migration to sway #5

Merged
aniva merged 3 commits from sway into main 2023-09-23 14:46:11 -07:00
2 changed files with 8 additions and 3 deletions
Showing only changes of commit 6ba9e6464d - Show all commits

View File

@ -31,8 +31,8 @@ default_floating_border pixel $border
for_window [app_id=".*"] gaps inner all set 5
for_window [app_id=".*"] gaps outer all set 15
for_window [app_id=".*"] opacity 0.9
for_window [app_id=__focused__] opacity 1.0
for_window [app_id=".*"] opacity 0.85
for_window [app_id=__focused__] opacity 0.95
# Include keys
include ~/.config/sway/keys.conf

View File

@ -6,7 +6,9 @@
"margin": "0 15 0 5",
"modules-left": [
//"wlr/workspaces",
"sway/window"],
"hyprland/window",
"sway/window"
],
"modules-center": ["mpd"],
"modules-right": [
"tray",
@ -33,6 +35,9 @@
"on-click": "activate",
"sort-by-number": true,
},
"hyprland/window": {
"format": "<span color=\"#DDDDDD\" font-size=\"150%\"></span> {}",
},
"sway/window": {
"format": "<span color=\"#DDDDDD\" font-size=\"150%\"></span> {}",
},