Skip to content

Commit

Permalink
Use default keymap for Freyja and Sleipnir
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Dec 5, 2023
1 parent e68065d commit ad1b277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,15 +166,15 @@ const files = [{

const symlinks = async () => [{
src: '.config/xkb/Sleipnir',
dst: '.config/xkb/keymap/steelseries-6gv2.xkb',
dst: '.config/xkb/keymap/default.xkb',
pkgs: ['xorg-server']
}, {
src: '.config/xkb/Pixelbook',
dst: '.config/xkb/keymap/samus.xkb',
pkgs: ['xorg-server']
}, {
src: '.config/xkb/Freyja',
dst: '.config/xkb/keymap/steelseries-6gv2.xkb',
dst: '.config/xkb/keymap/default.xkb',
pkgs: ['xorg-server']
}, {
src: '.config/xkb/x60',
Expand Down

0 comments on commit ad1b277

Please sign in to comment.