1
1
Fork 0

hyprland: launch loupe in background

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-11-08 14:32:37 -06:00
parent 31ea9ec987
commit 4e2fb32d74
Signed by: myned
GPG key ID: C7224454F7881A34
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -180,8 +180,8 @@ in {
format-icons = {
android = "";
dropdown = "󰞷";
files = "󰉋";
game = "󰊴";
hidden = "";
music = "󰝚";
office = "󰈙";
password = "󰌾";