Upstream updates for keybinds

This commit is contained in:
Henry Sipp
2025-07-08 20:19:06 -05:00
parent c59e104441
commit d29aed71f8
5 changed files with 51 additions and 3 deletions
@@ -21,6 +21,8 @@ in {
"SUPER SHIFT, ESCAPE, exit,"
"SUPER CTRL, ESCAPE, exec, reboot"
"SUPER SHIFT CTRL, ESCAPE, exec, systemctl poweroff"
"SUPER, K, exec, ~/.local/share/omarchy/bin/omarchy-show-keybindings"
# Control tiling
"SUPER, J, togglesplit, # dwindle"
@@ -21,7 +21,7 @@ in {
"$browser" = lib.mkDefault "chromium --new-window --ozone-platform=wayland";
"$music" = lib.mkDefault "spotify";
"$passwordManager" = lib.mkDefault "1password";
"$messenger" = lib.mkDefault "signal-desktop";
"$messenger" = lib.mkDefault "tdesktop";
"$webapp" = lib.mkDefault "$browser --app";
monitor = cfg.monitors;