Skip to content

Commit

Permalink
Remove pixelbook
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Feb 9, 2025
1 parent 42b159e commit ef2d650
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 72 deletions.
8 changes: 0 additions & 8 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,3 @@ Use `qtconfig-qt4` to customize Qt apps.
```
browser.urlbar.trimURLs = false
```

#### Pixelbook

```
layout.css.devPixelsPerPx = 2
```

Set this in Thunderbird too.
4 changes: 0 additions & 4 deletions config/Xresources/default.pixelbook

This file was deleted.

55 changes: 0 additions & 55 deletions config/xbindkeys/xbindkeysrc.pixelbook

This file was deleted.

6 changes: 1 addition & 5 deletions manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@ const symlinks = async () => [{
src: '.config/xkb/Sleipnir',
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/default.xkb',
Expand All @@ -191,7 +187,7 @@ const symlinks = async () => [{
}, {
src: '.config/awesome/themes/powerarrow-dark/wall.png',
dst: await randomFile('drive/wallpaper/hosts/mjolnir') ?? '.config/awesome/themes/powerarrow/wall.png',
hosts: ['pixelbook', 'mjolnir', 'gungnir'],
hosts: ['mjolnir', 'gungnir'],
pkgs: ['awesome']
}, {
src: '.config/awesome/themes/powerarrow-dark/wall.png',
Expand Down

0 comments on commit ef2d650

Please sign in to comment.