You are not logged in.
Offline
Same reason me too. I find Pale Moon very light browser compared to Iceweasel who i used for a year years.
Np, qutebrowser looks cool keep tweaking...
Nili
Last edited by Nili (2016-07-02 16:00:25)
OS: Devuan & OpenBSD | WM: CWM
\m/ Ijime, Dame, Zettai「イジメ、ダメ、ゼッタイ」\m/
Offline
w3m @debian & bunsenlabs forum (no w3m-img)
urxvt/tmux
spectrwm
conky-cli/dzen2
font: anorexia/snap
Pale Moon with PMOpera theme. It's the only add-on installed on this browser.
To make the browser lighter, i'm using hosts @ "/etc/hosts" instead of adblock latitude/plus, ublock
OS: Devuan & OpenBSD | WM: CWM
\m/ Ijime, Dame, Zettai「イジメ、ダメ、ゼッタイ」\m/
Offline
Offline
For those tired of the GTK/Qt Toolkit Wars nonsense:
http://surf.suckless.org/
This program should not be used in BunsenLabs or Debian jessie unless webkit is compiled from the upstream source regularly.
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
This program should not be used in BunsenLabs or Debian jessie unless webkit is compiled from the upstream source regularly.
I just backported it from Ubuntu Xenial and was surprised when apt overwrote the backport...
https://packages.debian.org/jessie-backports/surf
If you don't use backports...
https://packages.debian.org/jessie/surf
Good call on the security risk though...
https://www.debian.org/releases/stable/ … r-security
Offline
If you don't use backports...
https://packages.debian.org/jessie/surf
One of the reasons I like surf is the compile-time configuration [1] and this in only possible if git is used as the package manager:
git clone http://git.suckless.org/surf
[1] I may have spent too much time in OpenBSD
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
Interesting title bar. Otherwise, rather lovely...
Middle-clicking a link opens it in a new window, nice. Any way to copy pasta links?
Offline
Any way to copy pasta links?
Use left-click and drag to copy the link to the PRIMARY buffer and then press <Ctrl>+p to paste the URI
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
^ Damn dood, you are really learning your stuff! Hats off to HoaS.
Offline
Folks behind suckless are really maestro
OS: Devuan & OpenBSD | WM: CWM
\m/ Ijime, Dame, Zettai「イジメ、ダメ、ゼッタイ」\m/
Offline
Folks behind suckless are really maestro
You shouldn't use those mini browsers without compiling the latest webkit/gtk+ version too. The webkit ports in Debian jessie are essentially insecure abandonware (always out of date, currently 2.4.x in backports vs 2.13 upstream).
Offline
You shouldn't use those mini browsers without compiling the latest webkit/gtk+ version too. The webkit ports in Debian jessie are essentially insecure abandonware (always out of date, currently 2.4.x in backports vs 2.13 upstream).
Thanks for making us aware. Also thanks for the link. I read pretty much something like you note around.
However they still remain masters of simplicity and practicality. I only use suckless-tools atm.
OS: Devuan & OpenBSD | WM: CWM
\m/ Ijime, Dame, Zettai「イジメ、ダメ、ゼッタイ」\m/
Offline
madoromi wrote:You shouldn't use those mini browsers without compiling the latest webkit/gtk+ version too. The webkit ports in Debian jessie are essentially insecure abandonware (always out of date, currently 2.4.x in backports vs 2.13 upstream).
Thanks for making us aware. Also thanks for the link. I read pretty much something like you note around.
However they still remain masters of simplicity and practicality. I only use suckless-tools atm.
Yes; I like their dwm and wmii projects as well as vis, a simple vi clone that is great for studying text editors.
I don't think of surf as a real suckless project though as it is literally a few beautiful lines of suckless C code built around a million-SLOC web browser engine.
Music makes us braver
Offline
Yes; I like their dwm and wmii projects as well as vis, a simple vi clone that is great for studying text editors.
I don't think of surf as a real suckless project though as it is literally a few beautiful lines of suckless C code built around a million-SLOC web browser engine.
Hi twoion, little i know about surf. Used to surf the web with netsurf-gtk that perhaps it is different browser but i agree with tools you mentioned notably tiling dwm (500k).
dmenu from suckless-tools It is in daily usage on my desktop.
OS: Devuan & OpenBSD | WM: CWM
\m/ Ijime, Dame, Zettai「イジメ、ダメ、ゼッタイ」\m/
Offline
firefox 48 with gtk2 ui and multiprocessing aka electrolysis!
https://aur.archlinux.org/packages/firefox-gtk2/
https://wiki.mozilla.org/Electrolysis#Force_Enable
Please use CODE tags for code.
Search youtube without a browser: repo | thread
BL quote proposals to this thread please.
my repos / my repos
Offline
Pale Moon 26.5.0 (x86)
Stylish: 2.0.7
Appmenu-button
Change URL and SEARCH bars colors
---
PMOpera theme
OS: Devuan & OpenBSD | WM: CWM
\m/ Ijime, Dame, Zettai「イジメ、ダメ、ゼッタイ」\m/
Offline
From my new BL install:
That's the GNOME theme and the xul-ext-iceweasel-branding package, the stretch .deb installs fine in BunsenLabs
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
Thanks for this, Nili. Didn't knew it.
Offline
Thanks for this, Nili. Didn't knew it.
Any time, welcome Snap!
OS: Devuan & OpenBSD | WM: CWM
\m/ Ijime, Dame, Zettai「イジメ、ダメ、ゼッタイ」\m/
Offline
I am using Google Chrome's official release from their site. These are the commands I use to set it up:
sudo apt-get install libxss1 libappindicator1 libindicator7 -y
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*.deb
echo "(sleep 4 && /usr/bin/google-chrome-stable --no-startup-window) &" >> /home/$USER/.config/openbox/autostart
The last command above makes chrome startup as a background app when you boot your machine. You must sign in to Google Chrome and have at least one extension that runs as a background app for chrome to start up correctly when the OS boots, please sign in and make sure you have a background app installed. You can then run the app if you like, or logout/in to have it startup automatically, super+w will open it if you set it default of course.
/usr/bin/google-chrome-stable
Lastly I install a couple of things for appearance:
BunsenLabs Blue Dark Theme
BunsenLabs Blue Dark Scrollbars
Offline
Offline
Hi! Used to have a customized dark theme but got rid it recently,
also i take out customized addons for tabs, icons and stuff. I thought i could use better userChrome.css, why not? less is better
/* hide palemoon/firefox button */
#appmenu-button, #appmenu-toolbar-button { display:none !important; }
/* hide vertical (only) scrollbar */
notificationbox {
overflow-x: hidden;
}
browser[type="content-primary"], browser[type="content-targetable"] {
overflow-y: scroll;
margin-right: -12px; /* 12px == width of my scrollbar */
}
/* change active tab color to dark-blue */
.tabbrowser-tab[selected="true"] {
color: rgba(255,255,255,1) !important;
background-image: linear-gradient(rgba(47, 57, 76, 1), rgba(47, 57, 76, 1) 50%),
linear-gradient(-moz-dialog, -moz-dialog) !important;
}
Background image: Moon-Trip
OS: Devuan & OpenBSD | WM: CWM
\m/ Ijime, Dame, Zettai「イジメ、ダメ、ゼッタイ」\m/
Offline
{snip}
Extracting hosts at "/etc/hosts"I think it is a lot efficient and lighter way for navigation web cleaner.
How about you?
I applied the 'host' file and turned off "uBlock Origin" and "No Google Analytics" and shut down and restarted FF.
WELL! It certainly does make FF-ESR 45.9 load faster.
I'll give it a few days to see how it works, but a quick test of a few site and this looks like a winner, then I'll kill the two disabled ad-ons.
Thank you Nili!!!!
The sun will never set if you keep walking towards it. - my son
Being positive doesn't understand physics.
_______________________________
Debian 10 Buster = SharpBang ♯!
Offline
Nothing fancy:
And an edit, trying to maximise screen real estate:
Last edited by Dobbie03 (2017-04-25 19:52:01)
One of the ArchLabs dudes
Obssesive Metalhead and practiced beer drinker
\m/
Dobbie's Suckless
Offline