From 7a3778086d173742e816eb7d3e0e82bb6ce1cbd5 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 29 Oct 2024 11:35:34 +0200 Subject: . --- home/config.scm | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'home/config.scm') diff --git a/home/config.scm b/home/config.scm index fd461e9..12f852c 100644 --- a/home/config.scm +++ b/home/config.scm @@ -122,10 +122,6 @@ pinentry openssh -; flatpak -; flatpak-xdg-utils - - firefox librewolf @@ -148,11 +144,11 @@ (bashrc (list (local-file "./bashrc"))))) (service home-startx-command-service-type - (xorg-configuration (keyboard-layout (keyboard-layout "us" "colemak" #:options '("ctrl:nocaps"))))) - (service home-xmodmap-service-type - (home-xmodmap-configuration - (key-map '(("remove Lock" . "Caps_Lock") - ("keysym Caps_Lock" . "Control_L"))))) + (xorg-configuration (keyboard-layout (keyboard-layout "us" "colemak" #:options '("ctrl:escape"))))) +; (service home-xmodmap-service-type +; (home-xmodmap-configuration +; (key-map '(("remove Lock" . "Caps_Lock") +; ("keysym Caps_Lock" . "Escape"))))) (simple-service 'additional-fonts-service home-fontconfig-service-type @@ -181,8 +177,6 @@ (home-xdg-mime-applications-configuration (default '(("application/mp4" . "mpv.desktop") - - ("application/x-shellscript" . "emacsclient.desktop") ("text/javascript" . "emacsclient.desktop") ("text/markdown" . "emacsclient.desktop") -- cgit v1.2.3