Compare commits
4 commits
3ac3a823d1
...
14cb039077
| Author | SHA1 | Date | |
|---|---|---|---|
| 14cb039077 | |||
| 5eeae56e03 | |||
| d696fbaa10 | |||
| c130a6c3ce |
4 changed files with 4 additions and 9 deletions
|
|
@ -12,7 +12,6 @@
|
||||||
ghostty
|
ghostty
|
||||||
thunderbird
|
thunderbird
|
||||||
krita
|
krita
|
||||||
openutau
|
|
||||||
obs-studio
|
obs-studio
|
||||||
blender
|
blender
|
||||||
gimp3
|
gimp3
|
||||||
|
|
|
||||||
|
|
@ -21,8 +21,4 @@
|
||||||
"Groups/0/Items/0".Name = "keyboard-au";
|
"Groups/0/Items/0".Name = "keyboard-au";
|
||||||
"Groups/0/Items/1".Name = "mozc";
|
"Groups/0/Items/1".Name = "mozc";
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
kdePackages.fcitx5-configtool
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
initial_session = {
|
initial_session = {
|
||||||
command = if (config.programs.niri.enable == true) then "${pkgs.niri}/bin/niri-session" else if (config.programs.hyprland.enable == true) then "${pkgs.hyprland}/bin/Hyprland" else "${pkgs.zsh}/bin/zsh";
|
command = if (config.programs.uwsm.enable == true) then "${lib.getExe pkgs.uwsm} start default" else if (config.programs.niri.enable == true) then "${pkgs.niri}/bin/niri-session" else if (config.programs.hyprland.enable == true) then "${pkgs.hyprland}/bin/Hyprland" else "${pkgs.zsh}/bin/zsh";
|
||||||
user = "nico";
|
user = "nico";
|
||||||
};
|
};
|
||||||
default_session = {
|
default_session = {
|
||||||
|
|
|
||||||
|
|
@ -27,9 +27,9 @@ windowrule {
|
||||||
float = on
|
float = on
|
||||||
pin = on
|
pin = on
|
||||||
no_initial_focus = on
|
no_initial_focus = on
|
||||||
size = (monitor_w*0.2)
|
size = (monitor_w*0.25) (monitor_h*0.25)
|
||||||
move = ((monitor_w*0.76)) ((monitor_h*0.005))
|
move = ((monitor_w-window_w)-65) 5
|
||||||
keep_aspect_ratio = on
|
keep_aspect_ratio = false
|
||||||
match:initial_title = (^Picture-in-Picture$)
|
match:initial_title = (^Picture-in-Picture$)
|
||||||
match:initial_class = (^firefox$)
|
match:initial_class = (^firefox$)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue