make sway parse again

This commit is contained in:
Cyryl Płotnicki 2022-04-23 18:21:53 +01:00
parent 1ff1ef1abd
commit fbdf936b24

View file

@ -2,7 +2,6 @@
let mod = "Mod4";
in {
services.dbus.packages = with pkgs; [ gnome2.GConf gnome3.dconf ];
services.dbus.socketActivated = true;
programs.dconf.enable = true;
programs.qt5ct.enable = true;
systemd.defaultUnit = "graphical.target";
@ -43,7 +42,6 @@ in {
enable = true;
wrapperFeatures.base = true;
wrapperFeatures.gtk = true;
package = pkgs.unstable.sway;
extraConfig = ''
default_border none
'';
@ -51,7 +49,7 @@ in {
config = {
modifier = "${mod}";
menu = "${pkgs.wofi}/bin/wofi --show drun,run";
terminal = "${pkgs.alacritty}/bin/alacritty";
terminal = "${pkgs.kitty}/bin/kitty";
workspaceLayout = "tabbed";
window = {
hideEdgeBorders = "both";
@ -84,4 +82,3 @@ in {
};
};
}