mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Add .Xmodmap
This commit is contained in:
7
home/.Xmodmap
Normal file
7
home/.Xmodmap
Normal file
@@ -0,0 +1,7 @@
|
||||
keycode 73 = XF86AudioPrev
|
||||
keycode 74 = XF86AudioPlay
|
||||
keycode 75 = XF86AudioNext
|
||||
|
||||
keycode 76 = XF86AudioMute
|
||||
keycode 95 = XF86AudioLowerVolume
|
||||
keycode 96 = XF86AudioRaiseVolume
|
@@ -397,6 +397,8 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".Xmodmap".source = ./.Xmodmap;
|
||||
|
||||
home.file.".config/nvim/lua".source = ./nvim/lua;
|
||||
home.file.".config/srv".source = ./srv;
|
||||
|
||||
|
Reference in New Issue
Block a user