Skip to content

Commit eaa6180

Browse files
committed
update fast launcher
1 parent 1316a81 commit eaa6180

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

hyprland.conf

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ exec-once = redshift -l 53.9:27.56
6060
# Set programs that you use
6161
$terminal = foot
6262
$fileManager = flatpak run org.kde.dolphin
63-
$menu = $terminal /home/sergey/work/opensource/fast-launcher/main --config ~/script/fast-launcher/cfg.json
63+
$menu = $terminal -T fast-launcher /home/sergey/work/opensource/fast-launcher/main --config ~/script/fast-launcher/cfg.json
6464

6565

6666

@@ -278,6 +278,12 @@ windowrulev2 = pin, class:(firefox),title:(Картинка в картинке)
278278
windowrulev2 = float, class:(zen),title:(Picture-in-Picture)
279279
windowrulev2 = pin, class:(zen),title:(Picture-in-Picture)
280280

281+
windowrulev2 = float,title:(fast-launcher)
282+
windowrulev2 = pin,title:(fast-launcher)
283+
windowrulev2 = size 1000 600,title:(fast-launcher)
284+
windowrulev2 = center(1), title:(fast-launcher)
285+
286+
281287
windowrulev2 = opacity 0.90, class:^foot
282288
# windowrulev2 = float, class:^nemo
283289

0 commit comments

Comments
 (0)