fixes fixxes fixes.

This commit is contained in:
2026-06-10 18:23:21 -05:00
parent ee79809332
commit c882436498
3 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ Logs = "/tmp/sway_boot.log"
def apply_safe_config(sway):
try:
sway.cmd("default_border pixel 0")
sway.cmd("default_border none")
sway.cmd("default_floating_border none")
sway.cmd("floating_modifier Mod4")
sway.cmd("bindsym Mod4+Shift+grave reload")
sway.cmd("bindsym Mod4+Shift+escape exit")
+3 -1
View File
@@ -13,7 +13,8 @@ def apply_ui_and_environment(sway):
base = os.path.expanduser(get_base())
sway.cmd("floating_modifier Mod4")
sway.cmd("default_border pixel 0")
sway.cmd("default_border none")
sway.cmd("default_floating_border none")
sway.cmd("client.focused #ffffff #ffffff #ffffff #ffffff")
sway.cmd("client.focused_inactive #000000 #000000 #000000 #000000")
@@ -38,6 +39,7 @@ def apply_ui_and_environment(sway):
run_sh(f"swaybg -i {base}/wallpaper/metrowaymaka.png -m fill")
run_sh("blueman-applet")
run_sh("kdeconnectd")
run_sh("/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1")
swayworkspace.SwaySome().init(1)
run_sh("dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP SWAYSOCK")
+1
View File
@@ -30,3 +30,4 @@ python
just
git
gvim
kdeconnect