hyprland: stop using fcitx5
This commit is contained in:
parent
52df276565
commit
295602c99e
|
@ -99,10 +99,10 @@
|
||||||
|
|
||||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||||
input {
|
input {
|
||||||
kb_layout =
|
kb_layout = us,br,jp
|
||||||
kb_variant =
|
kb_variant = ,,kana86
|
||||||
kb_model =
|
kb_model =
|
||||||
kb_options =
|
kb_options = grp:alts_toggle
|
||||||
kb_rules =
|
kb_rules =
|
||||||
|
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
|
|
@ -10,8 +10,15 @@
|
||||||
|
|
||||||
modules-left = [ "hyprland/workspaces" ];
|
modules-left = [ "hyprland/workspaces" ];
|
||||||
modules-center = [ "clock" ];
|
modules-center = [ "clock" ];
|
||||||
modules-right =
|
modules-right = [
|
||||||
[ "network" "memory" "cpu" "temperature" "battery" "tray" ];
|
"network"
|
||||||
|
"memory"
|
||||||
|
"cpu"
|
||||||
|
"temperature"
|
||||||
|
"battery"
|
||||||
|
"hyprland/language"
|
||||||
|
"tray"
|
||||||
|
];
|
||||||
|
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
|
@ -107,6 +114,14 @@
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"hyprland/language" = {
|
||||||
|
format = " {}";
|
||||||
|
format-en = "EN/US";
|
||||||
|
format-pt-br = "PT/BR";
|
||||||
|
#"on-click" = "hyprctl switchxkblayout www.hfd.cn-monsgeek-keyboard-1 next";
|
||||||
|
tooltip = false;
|
||||||
|
};
|
||||||
|
|
||||||
tray = {
|
tray = {
|
||||||
icon-size = 18;
|
icon-size = 18;
|
||||||
spacing = 10;
|
spacing = 10;
|
||||||
|
|
|
@ -20,11 +20,6 @@ waybar &
|
||||||
#
|
#
|
||||||
xwaylandvideobridge &
|
xwaylandvideobridge &
|
||||||
|
|
||||||
#
|
|
||||||
# Start fcitx5
|
|
||||||
#
|
|
||||||
fcitx5 &
|
|
||||||
|
|
||||||
#
|
#
|
||||||
## Start wallpaper daemon and set one.
|
## Start wallpaper daemon and set one.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue