From 0fa579f28bde0bd5a17939fc6cef4d2934232209 Mon Sep 17 00:00:00 2001 From: kenji Date: Mon, 1 Dec 2025 21:51:56 -0600 Subject: [PATCH] bind: minor fix --- hypr/.config/hypr/bindings.conf | 3 ++- hypr/.config/hypr/hyprland.conf | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hypr/.config/hypr/bindings.conf b/hypr/.config/hypr/bindings.conf index 764777e..67002d9 100644 --- a/hypr/.config/hypr/bindings.conf +++ b/hypr/.config/hypr/bindings.conf @@ -62,5 +62,6 @@ bindd = SUPER SHIFT, F, File manager, exec, uwsm-app -- yazi # Web App URL + # Session Switcher Keybinding -bindd = SUPER, F12, Switch to SteamOS, exec, ~/.local/bin/switch-session.sh +bindd = SUPER, F12, Switch to SteamOS, exec, /home/kenji/.local/bin/switch-session.sh diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index d66d013..22cc50e 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -49,5 +49,5 @@ env = XDG_MENU_PREFIX, plasma- + # Session Switcher Keybinding -bind = SUPER, F12, exec, /home/kenji/.local/bin/switch-session.sh