diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-12-01 22:47:36 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-12-01 23:30:46 +0100 |
| commit | 3b59856def8777210d3a445d15ee73fcfebf6000 (patch) | |
| tree | a246baffaf62bbe5ac38cf3c57ceb4906d78623a /.config/hypr/bindings.conf | |
| parent | 3b55f6034b690368ddb7737c80a8bcf856c5726a (diff) | |
Add binding for browser and terminal to test
Diffstat (limited to '.config/hypr/bindings.conf')
| -rw-r--r-- | .config/hypr/bindings.conf | 4 |
1 files changed, 4 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 |
