Nothing new on awesome-git except new bugs
This commit is contained in:
parent
be0df5ecb1
commit
ba482bdd75
1 changed files with 2 additions and 2 deletions
|
@ -94,9 +94,9 @@ in
|
|||
numlock.enable = true;
|
||||
|
||||
scriptPath = ".hm-xsession";
|
||||
# ${pkgs.dbus}/bin/dbus-run-session ${pkgs.awesome}/bin/awesome
|
||||
# ${pkgs.dbus}/bin/dbus-run-session ${pkgs.myAwesome}/bin/awesome
|
||||
windowManager.command = ''
|
||||
${pkgs.dbus}/bin/dbus-run-session ${pkgs.myAwesome}/bin/awesome
|
||||
${pkgs.dbus}/bin/dbus-run-session ${pkgs.awesome}/bin/awesome
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue