hyprland: launch loupe in background
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
31ea9ec987
commit
4e2fb32d74
2 changed files with 5 additions and 3 deletions
|
@ -10,6 +10,7 @@ with lib; let
|
|||
clipse = "${pkgs.clipse}/bin/clipse";
|
||||
firefox-esr = "${config.home-manager.users.${config.custom.username}.programs.firefox.finalPackage}/bin/firefox-esr";
|
||||
left = config.home-manager.users.${config.custom.username}.home.file.".local/bin/left".source;
|
||||
loupe = "${pkgs.loupe}/bin/loupe";
|
||||
nautilus = "${pkgs.nautilus}/bin/nautilus";
|
||||
pkill = "${pkgs.procps}/bin/pkill";
|
||||
rm = "${pkgs.coreutils}/bin/rm";
|
||||
|
@ -74,8 +75,9 @@ in {
|
|||
"${_1password} --silent" # Launch password manager in background
|
||||
#// "[group new; tile] ${firefox-esr}"
|
||||
|
||||
# HACK: Launch hidden nautilus window in lieu of background service
|
||||
"[workspace special:files silent] ${nautilus}"
|
||||
# HACK: Launch hidden GTK windows to reduce startup time
|
||||
"[workspace special:hidden silent] ${loupe}"
|
||||
"[workspace special:hidden silent] ${nautilus}"
|
||||
];
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#xwayland
|
||||
|
|
|
@ -180,8 +180,8 @@ in {
|
|||
format-icons = {
|
||||
android = "";
|
||||
dropdown = "";
|
||||
files = "";
|
||||
game = "";
|
||||
hidden = "";
|
||||
music = "";
|
||||
office = "";
|
||||
password = "";
|
||||
|
|
Loading…
Reference in a new issue