Misc application changes
This commit is contained in:
parent
ab832da3d3
commit
968f0105bd
2 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,6 @@
|
|||
|
||||
# Apps
|
||||
appimage-run # Runs AppImages on NixOS
|
||||
electron-mail
|
||||
fcitx5
|
||||
fcitx5-mozc
|
||||
webcord
|
||||
|
@ -155,6 +154,7 @@
|
|||
# Apps
|
||||
feishin
|
||||
sddm
|
||||
electron-mail
|
||||
]);
|
||||
};
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ function autostart.exec(awful)
|
|||
-- awful.spawn.with_shell("autocutsel -fork -selection PRIMARY")
|
||||
awful.spawn.with_shell("xmousepasteblock")
|
||||
awful.spawn.with_shell("xinput map-to-output 20 DVI-I")
|
||||
awful.spawn.with_shell("fcitx5 -d")
|
||||
-- awful.spawn.with_shell("fcitx5 -d")
|
||||
end
|
||||
|
||||
return autostart
|
||||
|
|
Loading…
Reference in a new issue