1
0
Fork 0

Fix wget missing, fix Firefox widget pane

main
Ambrose Chua 2021-09-30 10:25:22 +08:00
parent c9ac6c81e8
commit 510059a747
3 changed files with 32 additions and 29 deletions

View File

@ -310,7 +310,6 @@ for_window [title = "About Mozilla Firefox"] floating enable
# Tandem
#
for_window [class = "Tandem"] floating enable, sticky enable, move position 0 px 0 px
for_window [class = "Tandem" title = "Tandem"] floating disable, sticky disable, resize set width 400 px
### Fixes
#

View File

@ -273,26 +273,6 @@ if $base; then
esac
packages_add exa jq
# Install dust
case $ID in
macos|alpine) $nicetohave && packages_add dust;;
*) $nicetohave && download_dust;;
esac
# Install ripgrep
case $ID in
macos|alpine|fedora|debian|ubuntu) $nicetohave && packages_add ripgrep;;
*) $nicetohave && download_ripgrep;;
esac
# Install kitty terminfo
case $ID in
macos|alpine) download_kitty_terminfo;;
fedora|debian|ubuntu) packages_add kitty-terminfo;;
esac
# Install C compilers
case $ID in
@ -317,6 +297,26 @@ if $base; then
esac
packages_install
# Install dust
case $ID in
macos|alpine) $nicetohave && packages_add dust;;
*) $nicetohave && download_dust;;
esac
# Install ripgrep
case $ID in
macos|alpine|fedora|debian|ubuntu) $nicetohave && packages_add ripgrep;;
*) $nicetohave && download_ripgrep;;
esac
# Install kitty terminfo
case $ID in
macos|alpine) download_kitty_terminfo;;
fedora|debian|ubuntu) packages_add kitty-terminfo;;
esac
# Install Python 3 packages
case $ID in
@ -535,6 +535,13 @@ if $pwn; then
debian|ubuntu) packages_add libffi-dev libssl-dev;;
esac
# pwn: Dependencies for Ruby
case $ID in
alpine|debian|ubuntu) packages_add ruby;;
fedora) packages_add ruby rubygems;;
esac
packages_install
case $ID in
@ -563,13 +570,6 @@ if $pwn; then
# pwn: Tools (Ruby)
case $ID in
alpine|debian|ubuntu) packages_add ruby;;
fedora) packages_add ruby rubygems;;
esac
packages_install
sudo gem install one_gadget
# pwn: Tools (desktop)

View File

@ -4,9 +4,13 @@ html:not([inFullscreen]) body {
/* Cannot be done in fullscreen because only moving the cursor on top will trigger showing of toolbar */
}
#widget-overflow {
margin-top: calc(-50vh - 40px - 6px) !important;
}
.panel-viewstack {
/* Some computed max-height is styled on .panel-viewstack. block it */
max-height: none !important;
max-height: 50vh !important;
}
#navigator-toolbox {