summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/hypr/bindings.conf4
-rw-r--r--.config/hypr/hyprland.conf1
2 files changed, 5 insertions, 0 deletions
diff --git a/.config/hypr/bindings.conf b/.config/hypr/bindings.conf
new file mode 100644
index 0000000..a1ae5a6
--- /dev/null
+++ b/.config/hypr/bindings.conf
@@ -0,0 +1,4 @@
+# Application bindings
+bindd = SUPER SHIFT, B, Browser, exec, firefox
+bindd = SUPER SHIFT, T, Terminal, exec, alacritty
+bindd = SUPER SHIFT, G, Terminal, exec, ghostty
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 8c0579e..87f3d12 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -2,3 +2,4 @@
# Based on Omarchy hyprland setup
source = ~/.config/hypr/monitors.conf
source = ~/.config/hypr/input.conf
+source = ~/.config/hypr/bindings.conf