mimir: Switch to swayfx
This commit is contained in:
parent
a6cb43ea6f
commit
a304c7eb0e
3 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -145,6 +145,7 @@ in
|
|||
starship.enable = true;
|
||||
sway = {
|
||||
enable = true;
|
||||
package = pkgs.swayfx;
|
||||
wayvnc = true;
|
||||
lock-wallpaper = ../../wallpapers/river-3840.png;
|
||||
output = {
|
||||
|
|
Loading…
Reference in a new issue