make sway parse again
This commit is contained in:
parent
1ff1ef1abd
commit
fbdf936b24
1 changed files with 1 additions and 4 deletions
|
@ -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 {
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue