diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-19 21:35:09 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-20 17:50:39 +0200 |
commit | 27da5ca3e1d640e7b4a84eba277de1b3fa9dd99d (patch) | |
tree | 3b1ffeeb41861907019ed9a03f211002ba91d7ae /config | |
parent | b1ef4dd05c424b196135ec767b4ac987112edae6 (diff) |
moved dmpdf to menuscripts
Diffstat (limited to 'config')
-rw-r--r-- | config/hyprland/hypr/binds.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf index cc3ebf9..c93e77d 100644 --- a/config/hyprland/hypr/binds.conf +++ b/config/hyprland/hypr/binds.conf @@ -82,7 +82,7 @@ bind =, H, exec, mhelp bind =, I, exec, mapimg bind =, L, exec, dmlang bind =, M, exec, mpass -bind =, P, exec, dmpdf +bind =, P, exec, mpdf bind =, O, exec, mpower bind =, U, exec, mcurs bind =, V, exec, mvid @@ -96,7 +96,7 @@ bind = $mainMod, H, exec, mhelp bind = $mainMod, I, exec, mapimg bind = $mainMod, L, exec, dmlang bind = $mainMod, M, exec, mpass -bind = $mainMod, P, exec, dmpdf +bind = $mainMod, P, exec, mpdf bind = $mainMod, O, exec, mpower bind = $mainMod, U, exec, mcurs bind = $mainMod, V, exec, mvid |