sway: open eww bar
This commit is contained in:
parent
ee8f7fb65e
commit
b12b53238f
1 changed files with 5 additions and 2 deletions
|
@ -231,6 +231,10 @@ in
|
|||
hide_cursor = "when-typing enable";
|
||||
};
|
||||
};
|
||||
|
||||
startup = [
|
||||
{ command = "${config.eboskma.programs.eww.package}/bin/eww open bar-home"; always = true; }
|
||||
];
|
||||
};
|
||||
extraConfig = ''
|
||||
for_window [app_id="^.*"] inhibit_idle fullscreen
|
||||
|
@ -238,12 +242,11 @@ in
|
|||
for_window [app_id="org.gnome.Calculator"] floating enable
|
||||
for_window [shell="xwayland"] title_format "%title [XWayland]"
|
||||
|
||||
exec --no-startup-id ${pkgs.networkmanagerapplet}/bin/nm-applet --indicator
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
'';
|
||||
# exec --no-startup-id ${pkgs.swaynotificationcenter}/bin/swaync
|
||||
|
||||
# exec --no-startup-id ${pkgs.networkmanagerapplet}/bin/nm-applet --indicator
|
||||
# exec --no-startup-id ${pkgs.swayidle}/bin/swayidle -w timeout 900 "${swaylockcmd}"
|
||||
# exec --no-startup-id ${pkgs.swayidle}/bin/swayidle -w timeout 1200 "${pkgs.sway}/bin/swaymsg 'output * dpms off'" resume "${pkgs.sway}/bin/swaymsg 'output * dpms on'"
|
||||
# exec_always --no-startup-id systemctl --user import-environment _JAVA_AWT_WM_NONREPARENTING MOZ_ENABLE_WAYLAND MOZ_DBUS_REMOTE QT_QPA_PLATFORM QT_WAYLAND_DISABLE_WINDOWDECORATION QT_QPA_PLATFORMTHEME SDL_VIDEODRIVER SSH_AUTH_SOCK
|
||||
|
|
Loading…
Reference in a new issue