Misc application changes

This commit is contained in:
GHOSCHT 2023-10-15 20:22:14 +02:00
parent ab832da3d3
commit 968f0105bd
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,6 @@
# Apps # Apps
appimage-run # Runs AppImages on NixOS appimage-run # Runs AppImages on NixOS
electron-mail
fcitx5 fcitx5
fcitx5-mozc fcitx5-mozc
webcord webcord
@ -155,6 +154,7 @@
# Apps # Apps
feishin feishin
sddm sddm
electron-mail
]); ]);
}; };

View file

@ -24,7 +24,7 @@ function autostart.exec(awful)
-- awful.spawn.with_shell("autocutsel -fork -selection PRIMARY") -- awful.spawn.with_shell("autocutsel -fork -selection PRIMARY")
awful.spawn.with_shell("xmousepasteblock") awful.spawn.with_shell("xmousepasteblock")
awful.spawn.with_shell("xinput map-to-output 20 DVI-I") awful.spawn.with_shell("xinput map-to-output 20 DVI-I")
awful.spawn.with_shell("fcitx5 -d") -- awful.spawn.with_shell("fcitx5 -d")
end end
return autostart return autostart