mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Autostart xmodmap
This commit is contained in:
@@ -398,6 +398,7 @@ 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.".config/srv".source = ./srv;
|
||||
|
7
home/xmodmap.desktop
Normal file
7
home/xmodmap.desktop
Normal file
@@ -0,0 +1,7 @@
|
||||
[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
|
Reference in New Issue
Block a user