diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-20 21:35:36 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-20 21:35:56 +0200 |
commit | 9a3ed8699358099ab1f9341f2a7e17691bb49733 (patch) | |
tree | a3a9c79253ea2fbe61788c3cb2dca96dafc4e1c5 | |
parent | 2758227472054a0976d8dc0888da9aff83031eec (diff) |
moved dmdsktp to menuscripts
-rwxr-xr-x | bin/menuscripts/mdsktp (renamed from bin/guiscripts/dmdsktp) | 0 | ||||
-rw-r--r-- | config/hyprland/hypr/binds.conf | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/guiscripts/dmdsktp b/bin/menuscripts/mdsktp index a48aca6..a48aca6 100755 --- a/bin/guiscripts/dmdsktp +++ b/bin/menuscripts/mdsktp diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf index e1dc381..3012003 100644 --- a/config/hyprland/hypr/binds.conf +++ b/config/hyprland/hypr/binds.conf @@ -74,7 +74,7 @@ bind = $mainMod, M, submap, menuscripts submap = menuscripts bind =, A, exec, dmask bind =, C, exec, dmclip -bind =, D, exec, dmdsktp +bind =, D, exec, mdsktp bind =, E, exec, dmemoji bind =, F, exec, dmfm bind =, G, exec, mpassgen @@ -88,7 +88,7 @@ bind =, U, exec, mcurs bind =, V, exec, mvid bind = $mainMod, A, exec, dmask bind = $mainMod, C, exec, dmclip -bind = $mainMod, D, exec, dmdsktp +bind = $mainMod, D, exec, mdsktp bind = $mainMod, E, exec, dmemoji bind = $mainMod, F, exec, dmfm bind = $mainMod, G, exec, mpassgen |