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

View file

@ -65,7 +65,7 @@ in
restart = true; restart = true;
settings = { settings = {
default_session = { 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; starship.enable = true;
sway = { sway = {
enable = true; enable = true;
package = pkgs.swayfx;
wayvnc = true; wayvnc = true;
lock-wallpaper = ../../wallpapers/river-3840.png; lock-wallpaper = ../../wallpapers/river-3840.png;
output = { output = {