diff options
| author | brockar <martinnguzman.mg@gmail.com> | 2025-11-13 21:07:09 -0300 |
|---|---|---|
| committer | brockar <martinnguzman.mg@gmail.com> | 2025-11-22 19:52:13 -0300 |
| commit | acf7746b334aed1aeaadd562d7be8d5126e09c4f (patch) | |
| tree | 6dc2e8f1e7ce9250ff3e4b4be57ba2dc2168e916 /config/hypr/configs/Keybinds.conf | |
| parent | 04b5a2b079854dd1de3988cc993266e52586013c (diff) | |
new: startup apps for users
Diffstat (limited to 'config/hypr/configs/Keybinds.conf')
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index fbe3bfe5..3ca8bfc8 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -8,6 +8,9 @@ $scriptsDir = $HOME/.config/hypr/scripts $UserConfigs = $HOME/.config/hypr/UserConfigs $UserScripts = $HOME/.config/hypr/UserScripts +# settings for User defaults apps - set your default terminal and file manager on this file +source= $UserConfigs/01-UserDefaults.conf + bindd = CTRL ALT, Delete, exit Hyprland, exec, hyprctl dispatch exit 0 bindd = $mainMod, Q, close active window, killactive, bindd = $mainMod SHIFT, Q, Terminate active process, exec, $scriptsDir/KillActiveProcess.sh |
