File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ export const deWms = [
2323 'i3' ,
2424 'Sway' ,
2525 'Hyprland' ,
26+ 'Niri' ,
2627] ;
2728export const environments = [ 'X11' , 'Wayland' ] ;
2829export const initSystems = [ 'systemd' , 'OpenRC' , 'runit' ] ;
@@ -96,6 +97,7 @@ export const logic = {
9697 i3 : 'Add `exec --no-startup-id fcitx5 -d` to ~/.config/i3/config' ,
9798 Sway : 'Add `exec --no-startup-id fcitx5 -d` to ~/.config/sway/config' ,
9899 Hyprland : 'Add `exec-once = fcitx5 -d` to ~/.config/hypr/hyprland.conf' ,
100+ Niri : 'Add `spawn-sh-at-startup "fcitx5 -d"` to ~/.config/niri/config.kdl' ,
99101 } ,
100102 wayland_extras : {
101103 General : {
@@ -124,6 +126,13 @@ export const logic = {
124126 caveats :
125127 'Do thiếu text-input-v3, IM module là giải pháp duy nhất cho Gtk/Qt.' ,
126128 } ,
129+ Niri : {
130+ best_setup : [
131+ 'Nên cài đặt xwayland-satellite. Mặc định niri sẽ tự khởi động mà không cần spawn-at-startup.'
132+ ] ,
133+ caveats :
134+ 'niri không hỗ trợ Xorg trực tiếp. Hãy cài chung với xwayland-satellite' ,
135+ } ,
127136 } ,
128137 } ,
129138} ;
You can’t perform that action at this time.
0 commit comments