You are not logged in.
Hey,
I have a keybinding in AwesomeWM, it's super + e. This keybinding gets overwritten the first time I open Dolphin and gets changed to opening another Dolphin window. Is there a way to make it not do that?
Last edited by Johnystar (2022-05-05 10:55:44)
Offline
configure another/remove the hotkey dolphin has for that within it's settings.
On rechecking seems this is a global bind of KDE's hotkey daemon, check
kcmshell5 kcm_keysinstead.
Last edited by V1del (2022-04-25 01:56:43)
Offline
configure another/remove the hotkey dolphin has for that within it's settings.
On rechecking seems this is a global bind of KDE's hotkey daemon, check
kcmshell5 kcm_keysinstead.
I looked into what you suggested, but I couldn't figure out how to install the keys kcm module onto my system. (could've missed it, but didn't find any mentions of it on ArchWiki)
Could not find module 'kcm_keys'. See kcmshell5 --list for the full list of modules.Offline
Mhm, check whether you have a ~/.config/kglobalshortcutsrc and remove the
[org.kde.dolphin.desktop]
_k_friendly_name=Dolphin
_launch=Meta+E,Meta+E,Dolphinsection if present.
Offline
Mhm, check whether you have a ~/.config/kglobalshortcutsrc and remove the
[org.kde.dolphin.desktop] _k_friendly_name=Dolphin _launch=Meta+E,Meta+E,Dolphinsection if present.
Tried that, but it seems to have regenerated itself. (I deleted all contents entirely, because the shortcuts defined there are of no use for me)
I set it to
[org.kde.dolphin.desktop]
_k_friendly_name=Dolphin
_launch=and I'll see if that helps.
Offline
I can finally confirm that this resolved the issue. Thank you for pointing me in the right direction.
Offline