diff options
author | zachir <zachir@librem.one> | 2023-05-16 14:13:04 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-05-16 14:13:04 -0500 |
commit | 5543604bed3ec02754b32f664235a3ad516912de (patch) | |
tree | fca1459f7837be2fec3caafaebcdeb52e0fcdd61 | |
parent | 95e21cc89faa804e7d2ec8db2ebf27c9ef86496d (diff) |
use dmount with -p in hyprland
-rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 3a4ebb8..d613c3a 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -264,7 +264,7 @@ bind = $mainMod $secdMod, W, exec, GTK_THEME="Plata-Noir-Compact" lwc bind = $mainMod $secdMod, E, exec, GTK_THEME="Plata-Noir-Compact" mbc bind = $mainMod $secdMod, R, exec, GTK_THEME="Plata-Noir-Compact" ffc bind = $mainMod $secdMod, 1, exec, GTK_THEME="Plata-Noir-Compact" bm -bind = $mainMod $secdMod, comma, exec, dmount +bind = $mainMod $secdMod, comma, exec, dmount -p bind = $mainMod $secdMod, period, exec, dmenuumount bind = $mainMod $secdMod CONTROL, U, exec, dmenuunicode bind = $mainMod $secdMod, U, exec, mprisctl |