Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
13 results tagged openbox  ✕
gmrun [Wiki ubuntu-fr] https://doc.ubuntu-fr.org/gmrun
Thu Dec 6 00:40:34 2018 archive.org
QRCode
thumbnail

Chercher sous openbox ? possible avec gmrun et recoll

openbox recoll gmrun recherche
Openbox vs. Awesome / Applications & Desktop Environments / Arch Linux Forums https://bbs.archlinux.org/viewtopic.php?id=95944
Tue Nov 27 23:38:45 2018 archive.org
QRCode
thumbnail

Awesomewm
PROS:
Tiling saves a lot of time if your workflow tends to involve multiple windows.

Everything is edited through one config file, so things are a lot easier to keep track of and integrate, whereas in openbox you have a couple config files for openbox alone, plus ones for whatever trays/panels/etc. that you are using.

The more I learned to not use the mouse, the faster I got things done with awesomewm. (much faster than I ever did with openbox).

tags > workspaces (you can combine/uncombine different tags at will with awesomewm, with everything on each selected tag nicely tiling for you, for example)

It's awesome.

CONS:
I suppose that initially it is harder to configure than openbox, as there is no equivalent of things like obmenu and obkey for awesomewm (though im sure not everyone uses those).

Some people think tiling wm's are ugly and like to have window borders. I strongly disagree, but... some people say that.

https://github.com/lcpz/awesome-freedesktop

awesomewm openbox freedesktop
faq · chjj/compton Wiki · GitHub https://github.com/chjj/compton/wiki/faq
Tue Nov 27 23:32:23 2018 archive.org
QRCode
thumbnail

FAQ de Compton compositor léger pour openbox

openbox compton
tint2 - ArchWiki https://wiki.archlinux.org/index.php/Tint2
Tue Nov 27 18:08:44 2018 archive.org
QRCode
thumbnail
openbox wiki tint2 panel
Openbox guide | urukrama's weblog https://urukrama.wordpress.com/openbox-guide/
Tue Nov 27 18:08:20 2018 archive.org
QRCode
thumbnail

To assign two (or more) commands to a single keybinding, you’ll have to use the following syntax:

<keybind key="A-F4">
<action name="execute">
<command>thunar</command>
</action>
<action name="execute">
<command>osdctl -s 'Thunar'</command>
</action>
</keybind>

This will launch the file manager Thunar and prompt osdsh to display the text “Thunar” on my screen.

openbox tutorial command
Your Guide to a Comfortable Linux Desktop With Openbox https://www.devpy.me/your-guide-to-a-comfortable-linux-desktop-with-openbox/
Tue Nov 27 18:05:12 2018 archive.org
QRCode
thumbnail

Openbox is a lightweight linux stacking desktop environment that is configured with files. Openbox is a cross between a completly minimal desktop such as i3wm, and a full blown desktop like GNOME or KDE. This allows for a large variety of configurations, and more control for the user.

openbox tutorial configuration
openbox [Wiki ubuntu-fr] https://doc.ubuntu-fr.org/openbox
Mon Nov 26 18:09:14 2018 archive.org
QRCode
thumbnail

Openbox est un gestionnaire de fenêtres extrêmement rapide, souple et agréable. Cette interface graphique minimale est cohérente à plus d'un titre. Très légère, elle se suffit à elle-même et permet également d'accélérer considérablement la réactivité de Gnome lorsqu'elle remplace Metacity. Elle n'a pas de tableau de bord par défaut, mais il est possible d'accéder aux fenêtres avec le raccourci alt+tab, ou en ajoutant un tableau de bord personnalisé.:-) Openbox est un outil puissant qui n‘a de limite que l‘imagination de l‘utilisateur !

openbox wiki ubuntu
Compton - ArchWiki https://wiki.archlinux.org/index.php/Compton
Mon Nov 26 14:27:12 2018 archive.org
QRCode
thumbnail
compositor openbox
Nightmare - www.box-look.org https://www.box-look.org/content/show.php/Nightmare+?content=165646
Mon Nov 26 14:11:47 2018 archive.org
QRCode
thumbnail

ou https://www.box-look.org/p/1218937/
https://www.box-look.org/p/1264292/
https://www.box-look.org/p/1240032/
https://www.box-look.org/p/1238897/

openbox themes
Help:Themes - Openbox http://openbox.org/wiki/Help:Themes
Mon Nov 26 14:10:39 2018 archive.org
QRCode
thumbnail

Openbox 3 themes are written as an X resource database, in a file named themerc. The format is quite simple to learn, but there are an enormous number of options available to you.

Each and every option has been documented, with details such as their default values, and which values are or are not valid for them. But to try make it a little more accessible, we'll start with an example theme, which uses every possible option within it. Each of the options can be clicked to read the details about it.

openbox themes wiki
openbox [linuxpedia.fr] http://www.linuxpedia.fr/doku.php/openbox
Mon Mar 12 18:54:25 2018 archive.org
QRCode
thumbnail
Gestion des bureaux virtuels. Variables: valeurs numériques et nominales. 2 # Nombre de bureaux (2 par défaut même si il y en a 4 préconfigurés en dessous) 1 # Le premier bureau actif au démarrage 1 # Nom du premier bureau 2 # Nom du second bureau 3 # Nom du troisième bureau 4 # Nom du quatrième bureau 875 # Temps que la pop-up reste affichée (1000=1seconde; 0=désactivé)
openbox tint2
Tint2 - ArchWiki https://wiki.archlinux.org/index.php/tint2
Wed Feb 21 22:35:51 2018 archive.org
QRCode
thumbnail

If Xcompmgr is used solely to provide tint2 with transparency effects it can be run at boot by changing the autostart section in ~/.config/openbox/autostart to this:

Launch Xcomppmgr and tint2 with openbox

if which tint2 >/dev/null 2>&1; then
(sleep 2 && xcompmgr) &
(sleep 2 && tint2) &
fi

Other (better) ways to make Xcompmgr run at startup are discussed in the Openbox article.
Fullscreen/Overlay

To force tint2 to stay on top of the application (overlay), you need to set the panel_layer option appropriately. This can be helpful when you switch from a fullscreen window to a normal application using Alt-Tab. There is a discussion on this at Crunchbang Forum

#Panel
panel_layer = top
strut_policy = follow_size

tint2 arch openbox
Tint2, une barre de tâches / Wiki / Debian-facile https://debian-facile.org/doc:environnements:x11:tint2
Wed Feb 21 22:33:11 2018 archive.org
QRCode
thumbnail

Tint2 se présente sous forme d'une barre de tâches très légère et facile à configurer.

Il inclut une zone de notification (systray).

Son installation et sa configuration sont faciles à réaliser en éditant son fichier “tint2rc”.

Cependant, un utilitaire graphique permet de le faire tintwizard.

debian tint2 openbox
4994 links, including 1900 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn