Rofi launch programs with uwsm app

This commit is contained in:
Sravan Balaji
2025-04-27 08:47:24 -04:00
parent 62e5a7a23b
commit 9ad43ce4f1
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
- [[#welcome][Welcome]] - [[#welcome][Welcome]]
- [[#hyprland][Hyprland]] - [[#hyprland][Hyprland]]
- [[#monitors][Monitors]] - [[#monitors][Monitors]]
- [[#programs][Programs]] - [[#variables][Variables]]
- [[#autostart][Autostart]] - [[#autostart][Autostart]]
- [[#environment-variables][Environment Variables]] - [[#environment-variables][Environment Variables]]
- [[#permissions][Permissions]] - [[#permissions][Permissions]]
@@ -66,14 +66,14 @@ monitor = desc:LG Electronics LG ULTRAGEAR 111NTUWM4574, 2560x1440@165, 5120x0,
monitor = , preferred, auto, 1 monitor = , preferred, auto, 1
#+END_SRC #+END_SRC
** Programs ** Variables
- [[https://wiki.hyprland.org/Configuring/Keywords][Hyprland Wiki - Configuring - Keywords]] - [[https://wiki.hyprland.org/Configuring/Keywords][Hyprland Wiki - Configuring - Keywords]]
#+BEGIN_SRC conf :tangle hyprland.conf #+BEGIN_SRC conf :tangle hyprland.conf
$terminal = foot $terminal = foot
$fileManager = thunar $fileManager = thunar
$menu = rofi -show combi $menu = rofi -show combi -run-command "uwsm app -- {cmd}"
#+END_SRC #+END_SRC
** Autostart ** Autostart

View File

@@ -6,7 +6,7 @@ monitor = , preferred, auto, 1
$terminal = foot $terminal = foot
$fileManager = thunar $fileManager = thunar
$menu = rofi -show combi $menu = rofi -show combi -run-command "uwsm app -- {cmd}"
general { general {
gaps_in = 5 gaps_in = 5