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
|
# 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
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue