Skip to content

Commit ef2d650

Browse files
committed
Remove pixelbook
1 parent 42b159e commit ef2d650

File tree

4 files changed

+1
-72
lines changed

4 files changed

+1
-72
lines changed

NOTES.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,3 @@ Use `qtconfig-qt4` to customize Qt apps.
2626
```
2727
browser.urlbar.trimURLs = false
2828
```
29-
30-
#### Pixelbook
31-
32-
```
33-
layout.css.devPixelsPerPx = 2
34-
```
35-
36-
Set this in Thunderbird too.

config/Xresources/default.pixelbook

Lines changed: 0 additions & 4 deletions
This file was deleted.

config/xbindkeys/xbindkeysrc.pixelbook

Lines changed: 0 additions & 55 deletions
This file was deleted.

manifest.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,6 @@ const symlinks = async () => [{
168168
src: '.config/xkb/Sleipnir',
169169
dst: '.config/xkb/keymap/default.xkb',
170170
pkgs: ['xorg-server']
171-
}, {
172-
src: '.config/xkb/Pixelbook',
173-
dst: '.config/xkb/keymap/samus.xkb',
174-
pkgs: ['xorg-server']
175171
}, {
176172
src: '.config/xkb/Freyja',
177173
dst: '.config/xkb/keymap/default.xkb',
@@ -191,7 +187,7 @@ const symlinks = async () => [{
191187
}, {
192188
src: '.config/awesome/themes/powerarrow-dark/wall.png',
193189
dst: await randomFile('drive/wallpaper/hosts/mjolnir') ?? '.config/awesome/themes/powerarrow/wall.png',
194-
hosts: ['pixelbook', 'mjolnir', 'gungnir'],
190+
hosts: ['mjolnir', 'gungnir'],
195191
pkgs: ['awesome']
196192
}, {
197193
src: '.config/awesome/themes/powerarrow-dark/wall.png',

0 commit comments

Comments
 (0)