From 968f0105bd46a8f3fc769d80ec1a7b33d92b6c70 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sun, 15 Oct 2023 20:22:14 +0200 Subject: [PATCH] Misc application changes --- hosts/configuration.nix | 2 +- rsc/config/awesome/autostart.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index d7f8bd3..712b4e2 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -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 ]); }; diff --git a/rsc/config/awesome/autostart.lua b/rsc/config/awesome/autostart.lua index 7ef8a8e..80daf8f 100644 --- a/rsc/config/awesome/autostart.lua +++ b/rsc/config/awesome/autostart.lua @@ -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