3 files changed,
8 insertions(+),
3 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-06-09 20:53:27 +0300
Parent:
55fbba2
M
config/hypr/hyprland.conf
··· 150 150 bind = $mod, Return, exec, $terminal 151 151 152 152 bind = $mod SHIFT, Return, exec, wofi --show drun --allow-images 153 - bind = $mod SHIFT, Escape, exec, ~/bin/wofi-power-menu 153 + bind = $mod SHIFT, Escape, exec, ~/bin/wofi-power-menu,hypr 154 154 155 155 bind = $mod, f, fullscreen 156 156 bind = $mod Ctrl, f, togglefloating
M
config/niri/config.kdl
··· 165 165 Mod+Q { close-window; } 166 166 Mod+Return { spawn "kitty"; } 167 167 Mod+Shift+Return { spawn "wofi" "--show" "drun"; } 168 - Mod+Shift+Escape { spawn "~/bin/wofi-power-menu"; } 168 + Mod+Shift+Escape { spawn "~/bin/wofi-power-menu" "niri";} 169 169 Super+Alt+L { spawn "swaylock"; } // TODO: change to hyprlock 170 170 171 171 // programs {{{