fixes fixxes fixes.
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -30,3 +30,4 @@ python
|
||||
just
|
||||
git
|
||||
gvim
|
||||
kdeconnect
|
||||
Reference in New Issue
Block a user