mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(xremap): keyd alternative, better wl support
This commit is contained in:
parent
9889fc8b7d
commit
4977346e60
11 changed files with 734 additions and 30 deletions
|
|
@ -13,4 +13,5 @@
|
|||
papers
|
||||
gtop
|
||||
];
|
||||
services.xremap.withGnome = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
# caelestia-shell
|
||||
xdg-desktop-portal-hyprland
|
||||
hyprpolkitagent
|
||||
grimblast
|
||||
xdg-desktop-portal-wlr
|
||||
];
|
||||
services.xremap.withHypr = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,4 +5,9 @@
|
|||
korganizer
|
||||
kdepim-addons
|
||||
];
|
||||
# NOTE: Upstream does not support running withKDE as root
|
||||
services.xremap = {
|
||||
serviceMode = "user";
|
||||
userName = "js0ny";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./wayland-wm.nix
|
||||
];
|
||||
programs.sway.enable = true;
|
||||
programs.sway.xwayland.enable = true;
|
||||
services.xremap.withWlroots = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
swaybg
|
||||
sway-contrib.grimshot
|
||||
waybar
|
||||
xdg-desktop-portal-wlr
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue