| 1 Oct 2023 |
| @ThorHop:matrix.org changed their display name from hopland (positive pete) to hopland (ambivalent andy). | 17:44:07 |
| 2 Oct 2023 |
uep | something is fishy in the land of keybindings | 00:34:43 |
uep | I have the following being set by hm
"org/gnome/settings-daemon/plugins/media-keys" = {
"custom-keybindings" = [ "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" ];
screensaver = [ "<Super>l" ];
};
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = {
binding = "<Control><Alt>t";
command = "alacritty";
name = "Terminal";
};
| 00:35:10 |
uep | those are exactly the things that get set when manually making the same keybinding in the control panel, as per dconf watch | 00:36:04 |
uep | assuming there's only the one keybinding, so there's no other clash for the custom-keybindings list | 00:36:33 |
uep | It works. Kind of. Sometimes. | 00:36:55 |
uep | It might work when I log in, but if I restart the home-manager-dan.service even for unrelated changes, it stops working.. as do actual media keys like volume control, and the control panel to go look at the settings will crash | 00:37:54 |
uep | or it will be broken at login, even if the hm service hasn't restarted (because I just log out/in as me) | 00:38:53 |
uep | (also the screensaver one doesn't work, but that's pop-shell's fault) | 00:39:34 |
uep | If i dconf reset -f /org/gnome/settings-daemon/plugins/media-keys to try and recover when it's in the broken state, I can set a new keybinding again manually via control panel. But it might not actually work, and it might not still be there after logout/in. | 00:42:51 |
uep | It's very odd | 00:42:55 |
uep | * If i dconf reset -f /org/gnome/settings-daemon/plugins/media-keys to try and recover when it's in the broken state, I can set a new keybinding again manually via control panel. But it might not actually work, and it might not still be there after logout/in (making sure that hm hasn't re-run). | 00:43:28 |