add new rofi menus
This commit is contained in:
parent
9d33dddce5
commit
33a005f900
2 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
bind = $mainMod, T, exec, $terminal
|
bind = $mainMod, T, exec, $terminal
|
||||||
bind = $mainMod, X, killactive,
|
bind = $mainMod, X, killactive,
|
||||||
bind = $mainMod, ESCAPE, exit,
|
bind = $mainMod, ESCAPE, exec, $powerMenu
|
||||||
bind = $mainMod, E, exec, $fileManager
|
bind = $mainMod, E, exec, $fileManager
|
||||||
bind = $mainMod, F, togglefloating,
|
bind = $mainMod, F, togglefloating,
|
||||||
bind = $mainMod, R, exec, $menu
|
bind = $mainMod, R, exec, $menu
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,8 @@ source = ~/.cache/wal/colors-hyprland.conf
|
||||||
# Set programs that you use
|
# Set programs that you use
|
||||||
$terminal = kitty
|
$terminal = kitty
|
||||||
$fileManager = Thunar
|
$fileManager = Thunar
|
||||||
$menu = rofi -show drun
|
$menu = ~/.config/rofi/scripts/launcher_t2
|
||||||
|
$powerMenu = ~/.config/rofi/scripts/powermenu_t1
|
||||||
$lockScreen = hyprlock
|
$lockScreen = hyprlock
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue