mimir: Switch to swayfx

This commit is contained in:
Erwin Boskma 2024-04-05 13:15:40 +02:00
parent a6cb43ea6f
commit a304c7eb0e
Signed by: erwin
SSH key fingerprint: SHA256:OCinH/khuGY1LA9RG8YLM8GNH6C1DDXBdy3SNE+I5Hw
3 changed files with 6 additions and 4 deletions

View file

@ -67,9 +67,9 @@
};
input = {
"1241:662:USB-HID_Keyboard" = {
xkb_layout = "us";
xkb_variant = "";
xkb_options = "lv3:ralt_switch,eurosign:5,caps:backspace,ctrl:nocaps";
xkb_layout = "us,us";
xkb_variant = "colemak,";
xkb_options = "lv3:ralt_switch,eurosign:5,caps:backspace,ctrl:nocaps,grp:sclk_toggle,grp_led:scroll";
xkb_numlock = "enabled";
};
"1133:49257:Logitech_USB_Laser_Mouse" = {
@ -318,6 +318,7 @@
programs = {
sway = {
enable = true;
package = pkgs.swayfx;
wrapperFeatures = {
gtk = true;
base = true;

View file

@ -65,7 +65,7 @@ in
restart = true;
settings = {
default_session = {
command = "${pkgs.sway}/bin/sway --unsupported-gpu --config /etc/greetd/sway-config";
command = "${config.programs.sway.package}/bin/sway --unsupported-gpu --config /etc/greetd/sway-config";
};
};
};

View file

@ -145,6 +145,7 @@ in
starship.enable = true;
sway = {
enable = true;
package = pkgs.swayfx;
wayvnc = true;
lock-wallpaper = ../../wallpapers/river-3840.png;
output = {