diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-06-05 08:27:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-05 08:27:52 -0400 |
| commit | a2801f2eea287107097b68695a7c5306520dce8e (patch) | |
| tree | 735636d83cb09c68c129c119537a2b4fd573b455 /config/hypr/UserConfigs | |
| parent | b2d5d1a5f4acdb7354009b7c0e5df2f7e4b044ec (diff) | |
| parent | d6568b7f1b6c05abbb493af39fb12c243484da53 (diff) | |
Merge branch 'main' into feat/add-custom-hyprpicker-waybar-module
Diffstat (limited to 'config/hypr/UserConfigs')
| -rw-r--r-- | config/hypr/UserConfigs/UserKeybinds.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf index 3358e07a..871f2ffb 100644 --- a/config/hypr/UserConfigs/UserKeybinds.conf +++ b/config/hypr/UserConfigs/UserKeybinds.conf @@ -7,10 +7,12 @@ # /* ---- ✴️ Variables ✴️ ---- */ # $mainMod = SUPER -$files = thunar -$term = kitty $scriptsDir = $HOME/.config/hypr/scripts $UserScripts = $HOME/.config/hypr/UserScripts +$UserConfigs = $HOME/.config/hypr/UserConfigs + +# settings for User defaults apps - set your default terminal and file manager on this file +source= $UserConfigs/01-UserDefaults.conf # common shortcuts #bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window # Super Key to Launch rofi menu |
