Remove xmodmap

This commit is contained in:
Dave Gallant
2023-04-01 17:26:23 -04:00
parent bc4f6eb5be
commit e6f8f93774
5 changed files with 9 additions and 27 deletions

View File

@@ -1,7 +0,0 @@
keycode 73 = XF86AudioPrev
keycode 74 = XF86AudioPlay
keycode 75 = XF86AudioNext
keycode 76 = XF86AudioMute
keycode 95 = XF86AudioLowerVolume
keycode 96 = XF86AudioRaiseVolume

View File

@@ -453,9 +453,6 @@ in {
};
};
home.file.".Xmodmap".source = ./.Xmodmap;
home.file.".config/autostart/xmodmap.desktop".source = ./xmodmap.desktop;
home.file.".config/nvim/lua".source = ./nvim/lua;
home.file.".aws/config".source = ./.aws/config;

View File

@@ -1,7 +0,0 @@
[Desktop Entry]
Name[en_US]=Xmodmap
Comment[en_US]=xmodmap ~/.Xmodmap
Exec=sh -c "xmodmap $HOME/.Xmodmap"
Icon=application-default-icon
X-GNOME-Autostart-enabled=true
Type=Application