Rofi launch programs with uwsm app
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user