1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-22 21:26:47 +00:00

fix: gtk css unit error, qute search, alpine proot

This commit is contained in:
Phantop 2023-11-27 01:06:14 -05:00
parent eeb2d30b26
commit 5c8da9db0a
4 changed files with 5 additions and 7 deletions

View file

@ -41,12 +41,9 @@ game-devices-udev
gifsicle
git
gitui
gnome-disk-utility
gnome-keyring
gnome-power-manager
gnome-system-monitor
hblock
htop
httrack
ifuse
imagemagick
@ -93,6 +90,7 @@ nicotine+
ninja
nnn
noto-fonts-emoji
nss-mdns
opendoas
openssl-1.1
opus-tools
@ -123,7 +121,6 @@ qownnotes
qpdf
qrencode
qt5-base
qt6-svg
qutebrowser-git
rclone
ripgrep-all
@ -147,6 +144,7 @@ ttf-ubuntu-font-family
tuc
upx
usbutils
valgrind
vulkan-intel
vulkan-radeon
w3m

View file

@ -3,5 +3,5 @@ function alpine
set file (curl $url | grep s-2 | tac | sed -n 3p | cut -d\" -f2)
mkdir alpine; curl $url/$file | tar xf - -Calpine
cp /etc/resolv.conf alpine/etc
proot -r alpine -b /proc -b /dev
s arch-chroot alpine /bin/ash
end

View file

@ -1,2 +1,2 @@
window.ssd * {margin: -99} window, headerbar {border-radius: 0}
window.ssd * {margin: -99px} window, headerbar {border-radius: 0}
headerbar, headerbar *, headerbar * * { min-height: 0; margin: 0; padding: 0; }

View file

@ -15,7 +15,7 @@ c.url.searchengines['s'] = 'farside.link/searxng/search?q={}'
c.url.searchengines['x'] = 'aldeid.com/wiki/X86-assembly/Instructions/{}'
c.url.searchengines['y'] = 'farside.link/invidious/search?q={}'
c.url.searchengines['z'] = 'zeldawiki.wiki/wiki/{}'
c.url.searchengines['DEFAULT'] = c.url.searchengines['s']
c.url.searchengines['DEFAULT'] = c.url.searchengines['4']
c.url.start_pages = c.url.default_page = 'minifocs.fly.dev'
config.source('adblock.py')