lux powermenu~

This commit is contained in:
Benjamin Palko 2025-08-18 23:42:18 -04:00
parent 0004ea4bdc
commit c14329ce16
3 changed files with 2 additions and 4 deletions

View file

@ -4,7 +4,6 @@
$terminal = kitty $terminal = kitty
$fileManager = nautilus $fileManager = nautilus
$menu = ~/.config/rofi/scripts/launcher_t1 $menu = ~/.config/rofi/scripts/launcher_t1
$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

View file

@ -1,11 +1,10 @@
# Lux Keybinds # Lux Keybinds
bind = $mainMod, ENTER, global, lux:launcher bind = $mainMod, ESCAPE, global, lux:power-menu
# 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, 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

@ -1 +1 @@
Subproject commit 3e3275a84dc88021656a9bae816a37324a117bbc Subproject commit 3d3381ea159c5834b52f7e12240cefcf374ead5c