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): def apply_safe_config(sway):
try: 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("floating_modifier Mod4")
sway.cmd("bindsym Mod4+Shift+grave reload") sway.cmd("bindsym Mod4+Shift+grave reload")
sway.cmd("bindsym Mod4+Shift+escape exit") 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()) base = os.path.expanduser(get_base())
sway.cmd("floating_modifier Mod4") 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 #ffffff #ffffff #ffffff #ffffff")
sway.cmd("client.focused_inactive #000000 #000000 #000000 #000000") 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(f"swaybg -i {base}/wallpaper/metrowaymaka.png -m fill")
run_sh("blueman-applet") run_sh("blueman-applet")
run_sh("kdeconnectd")
run_sh("/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1") run_sh("/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1")
swayworkspace.SwaySome().init(1) swayworkspace.SwaySome().init(1)
run_sh("dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP SWAYSOCK") run_sh("dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP SWAYSOCK")
+2 -1
View File
@@ -29,4 +29,5 @@ stow
python python
just just
git git
gvim gvim
kdeconnect