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";
|
clipse = "${pkgs.clipse}/bin/clipse";
|
||||||
firefox-esr = "${config.home-manager.users.${config.custom.username}.programs.firefox.finalPackage}/bin/firefox-esr";
|
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;
|
left = config.home-manager.users.${config.custom.username}.home.file.".local/bin/left".source;
|
||||||
|
loupe = "${pkgs.loupe}/bin/loupe";
|
||||||
nautilus = "${pkgs.nautilus}/bin/nautilus";
|
nautilus = "${pkgs.nautilus}/bin/nautilus";
|
||||||
pkill = "${pkgs.procps}/bin/pkill";
|
pkill = "${pkgs.procps}/bin/pkill";
|
||||||
rm = "${pkgs.coreutils}/bin/rm";
|
rm = "${pkgs.coreutils}/bin/rm";
|
||||||
|
@ -74,8 +75,9 @@ in {
|
||||||
"${_1password} --silent" # Launch password manager in background
|
"${_1password} --silent" # Launch password manager in background
|
||||||
#// "[group new; tile] ${firefox-esr}"
|
#// "[group new; tile] ${firefox-esr}"
|
||||||
|
|
||||||
# HACK: Launch hidden nautilus window in lieu of background service
|
# HACK: Launch hidden GTK windows to reduce startup time
|
||||||
"[workspace special:files silent] ${nautilus}"
|
"[workspace special:hidden silent] ${loupe}"
|
||||||
|
"[workspace special:hidden silent] ${nautilus}"
|
||||||
];
|
];
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#xwayland
|
# https://wiki.hyprland.org/Configuring/Variables/#xwayland
|
||||||
|
|
|
@ -180,8 +180,8 @@ in {
|
||||||
format-icons = {
|
format-icons = {
|
||||||
android = "";
|
android = "";
|
||||||
dropdown = "";
|
dropdown = "";
|
||||||
files = "";
|
|
||||||
game = "";
|
game = "";
|
||||||
|
hidden = "";
|
||||||
music = "";
|
music = "";
|
||||||
office = "";
|
office = "";
|
||||||
password = "";
|
password = "";
|
||||||
|
|
Loading…
Reference in a new issue