diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-06-30 00:05:45 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-06-30 00:05:45 -0500 |
| commit | b95ae4c5c9ff4d693d6424cce8a0d579754c4202 (patch) | |
| tree | aa6385301fc4dce26d70bc473fd876c794fc5f74 /env/.config/hypr | |
| parent | 22b2eb9a952bf252af29eb5ed905de4bb62386a2 (diff) | |
- moved system scripts to here
- config changes
- fixed my backup scripts. rsync -a
- added dmenu script
- fixed finds in env.sh
Diffstat (limited to 'env/.config/hypr')
| -rw-r--r-- | env/.config/hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/.config/hypr/hyprland.conf b/env/.config/hypr/hyprland.conf index b352a52..884247d 100644 --- a/env/.config/hypr/hyprland.conf +++ b/env/.config/hypr/hyprland.conf @@ -298,7 +298,7 @@ bind = $mainMod SHIFT, Q, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod, space, togglefloating, bind = $mainMod, D, exec, $menu -bind = $mainMod SHIFT, D, exec, $HOME/stuff/scripts/system/rofi-search-web.sh +bind = $mainMod SHIFT, D, exec, $HOME/.local/bin/system/rofi-search-web.sh bind = $mainMod, P, pseudo, # dwindle bind = $mainMod SHIFT, i, togglesplit, # dwindle bind = $mainMod, f, fullscreen, 0 |
