remove flashfocus
This commit is contained in:
@@ -321,9 +321,6 @@ exec_always {
|
||||
# nwg-drawer
|
||||
nwg-drawer -r -c 7 -is 90 -mb 10 -ml 50 -mr 50 -mt 10
|
||||
|
||||
# flashfocus
|
||||
systemctl --user start flashfocus
|
||||
|
||||
# persist clipboard after close
|
||||
pkill -x wl-clip-persist
|
||||
wl-clip-persist --clipboard regular --all-mime-type-regex '(?i)^(?!image/x-inkscape-svg).+'
|
||||
|
||||
@@ -146,7 +146,6 @@ installmap = dict(
|
||||
# visuals
|
||||
"wlsunset", # eye saver
|
||||
"wdisplays", # ui for display settings
|
||||
"flashfocus", # quick flash when changing app in focus
|
||||
# clipboard
|
||||
"wl-clip-persist", # keep clipboard after close
|
||||
# div
|
||||
@@ -380,7 +379,6 @@ def install_sway(overwrite: bool, reinstall: bool) -> None:
|
||||
run(["sudo", "cp", str(src), str(tgt)])
|
||||
run("sudo systemctl enable --now bluetooth".split())
|
||||
# div app configs
|
||||
run("systemctl --user enable --now flashfocus".split())
|
||||
if (tgt := CFG_TGT / "waybar/config").exists(): # precedence over config.jsonc
|
||||
tgt.unlink()
|
||||
for sub in [
|
||||
|
||||
Reference in New Issue
Block a user