diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-23 20:27:41 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-23 20:27:41 +0900 |
| commit | 57121a4bddf834545613b38dfa8510a1e7060d3c (patch) | |
| tree | 6eaa500f223b2359f35583fe8700abf5c2745f76 | |
| parent | 8a36a291b396f843b91da1970f1d162c23a05c13 (diff) | |
RofiCalc script moved to UserScripts
| -rw-r--r-- | config/hypr/UserConfigs/UserKeybinds.conf | 2 | ||||
| -rwxr-xr-x | config/hypr/UserScripts/RofiCalc.sh (renamed from config/hypr/scripts/RofiCalc.sh) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf index f3d03df8..85f3c1c3 100644 --- a/config/hypr/UserConfigs/UserKeybinds.conf +++ b/config/hypr/UserConfigs/UserKeybinds.conf @@ -21,7 +21,7 @@ bind = $mainMod, A, exec, pkill rofi || true && ags -t 'overview' bind = $mainMod, Return, exec, $term # Launch terminal bind = $mainMod, T, exec, $files # Launch file manager -bind = $mainMod ALT, C, exec, $scriptsDir/RofiCalc.sh # calculator (qalculate) +bind = $mainMod ALT, C, exec, $UserScripts/RofiCalc.sh # calculator (qalculate) # pyprland bind = $mainMod SHIFT, Return, exec, pypr toggle term # Dropdown terminal diff --git a/config/hypr/scripts/RofiCalc.sh b/config/hypr/UserScripts/RofiCalc.sh index 355130de..355130de 100755 --- a/config/hypr/scripts/RofiCalc.sh +++ b/config/hypr/UserScripts/RofiCalc.sh |
