Make emacs start on workspace 3 by default
This commit is contained in:
parent
72a3bbdeee
commit
40885303a1
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@ with lib; let
|
|||
uhd = "~/.wallpapers/jwst-southern-ring-nircam-miri-side-by-side-3840.png";
|
||||
};
|
||||
swaylockcmd = "${pkgs.swaylock-effects}/bin/swaylock --ignore-empty-password --daemonize --show-failed-attempts --indicator-caps-lock --clock --image ${wallpapers.qhd} --fade-in 0.5 --scaling fill";
|
||||
# swaylockcmd = "${pkgs.swaylock}/bin/swaylock --ignore-empty-password --daemonize --show-failed-attempts --indicator-caps-lock --image ~/.wallpapers/river-2560.png --scaling fill";
|
||||
rofiPower = pkgs.writeShellScriptBin "rofi-power" (builtins.readFile ./powermenu.sh);
|
||||
in
|
||||
{
|
||||
|
@ -27,7 +26,7 @@ in
|
|||
assigns = {
|
||||
"1" = [{ app_id = "firefox"; }];
|
||||
"2" = [{ app_id = "Alacritty"; } { app_id = "foot"; }];
|
||||
"3" = [{ class = "Code"; }];
|
||||
"3" = [{ class = "Code"; }; {app_id = "emacs";}];
|
||||
};
|
||||
bars = [ ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue