Make emacs start on workspace 3 by default

This commit is contained in:
Erwin Boskma 2022-07-16 13:49:37 +02:00
parent 72a3bbdeee
commit 40885303a1
Signed by: erwin
GPG key ID: 270B20D17394F7E5

View file

@ -12,7 +12,6 @@ with lib; let
uhd = "~/.wallpapers/jwst-southern-ring-nircam-miri-side-by-side-3840.png"; 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-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); rofiPower = pkgs.writeShellScriptBin "rofi-power" (builtins.readFile ./powermenu.sh);
in in
{ {
@ -27,7 +26,7 @@ in
assigns = { assigns = {
"1" = [{ app_id = "firefox"; }]; "1" = [{ app_id = "firefox"; }];
"2" = [{ app_id = "Alacritty"; } { app_id = "foot"; }]; "2" = [{ app_id = "Alacritty"; } { app_id = "foot"; }];
"3" = [{ class = "Code"; }]; "3" = [{ class = "Code"; }; {app_id = "emacs";}];
}; };
bars = [ ]; bars = [ ];