xwayland support. rofi inconsistenxy fix, remove hyprlogout
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 22s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 22s
This commit is contained in:
parent
0f853620c1
commit
6cf91a260a
3 changed files with 11 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, rice, ctp-opt, ... }: {
|
||||
{ lib, pkgs, rice, ctp-opt, ... }: {
|
||||
imports = [
|
||||
./keybinds.nix
|
||||
];
|
||||
|
|
@ -18,6 +18,7 @@
|
|||
max-scroll-amount = "5%";
|
||||
enable = true;
|
||||
};
|
||||
keyboard.xkb.options = "caps:none";
|
||||
};
|
||||
|
||||
environment = {
|
||||
|
|
@ -42,6 +43,11 @@
|
|||
"tailscale systray &"
|
||||
];
|
||||
|
||||
xwayland-satellite = {
|
||||
enable = true;
|
||||
path = lib.getExe pkgs.xwayland-satellite;
|
||||
};
|
||||
|
||||
prefer-no-csd = true;
|
||||
layout = {
|
||||
tab-indicator.enable = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue