remove flashfocus

This commit is contained in:
Henrik Bakken
2025-11-20 12:28:37 +01:00
parent b3d67b9f2e
commit 5468143a10
2 changed files with 0 additions and 5 deletions
-3
View File
@@ -321,9 +321,6 @@ exec_always {
# nwg-drawer # nwg-drawer
nwg-drawer -r -c 7 -is 90 -mb 10 -ml 50 -mr 50 -mt 10 nwg-drawer -r -c 7 -is 90 -mb 10 -ml 50 -mr 50 -mt 10
# flashfocus
systemctl --user start flashfocus
# persist clipboard after close # persist clipboard after close
pkill -x wl-clip-persist pkill -x wl-clip-persist
wl-clip-persist --clipboard regular --all-mime-type-regex '(?i)^(?!image/x-inkscape-svg).+' wl-clip-persist --clipboard regular --all-mime-type-regex '(?i)^(?!image/x-inkscape-svg).+'
-2
View File
@@ -146,7 +146,6 @@ installmap = dict(
# visuals # visuals
"wlsunset", # eye saver "wlsunset", # eye saver
"wdisplays", # ui for display settings "wdisplays", # ui for display settings
"flashfocus", # quick flash when changing app in focus
# clipboard # clipboard
"wl-clip-persist", # keep clipboard after close "wl-clip-persist", # keep clipboard after close
# div # div
@@ -380,7 +379,6 @@ def install_sway(overwrite: bool, reinstall: bool) -> None:
run(["sudo", "cp", str(src), str(tgt)]) run(["sudo", "cp", str(src), str(tgt)])
run("sudo systemctl enable --now bluetooth".split()) run("sudo systemctl enable --now bluetooth".split())
# div app configs # div app configs
run("systemctl --user enable --now flashfocus".split())
if (tgt := CFG_TGT / "waybar/config").exists(): # precedence over config.jsonc if (tgt := CFG_TGT / "waybar/config").exists(): # precedence over config.jsonc
tgt.unlink() tgt.unlink()
for sub in [ for sub in [