[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
Última revisiónAmbos lados, revisión siguiente
es:howtos:window_managers:xmonad_tiling_window_manager [2019/08/13 19:53 (UTC)] – [.xmobarrc] slackwarespanoles:howtos:window_managers:xmonad_tiling_window_manager [2019/08/13 19:54 (UTC)] – [Additional Hints] slackwarespanol
Línea 81: Línea 81:
  
 ==== xmonad.hs ==== ==== xmonad.hs ====
-Here is an example of my ''~/.xmonad/xmonad.hs'' file+Aquí hay un ejemplo de mi archivo '' ~ / .xmonad / xmonad.hs ''
 <code haskell> <code haskell>
 import XMonad import XMonad
Línea 109: Línea 109:
     ] ]     ] ]
 </code> </code>
-Please read the documentation for ''xmonad.hs''This is only an example (which works well for me).+Lea la documentación de '' xmonad.hs ''Este es solo un ejemplo (que funciona bien para mí).
  
-===== Additional Hints ===== +===== Consejos adicionales ===== 
-One can reload the configurations for xmobar and/or xmonad after changes with <key>MOD</key>+<key>'q'</key> without leaving X. This is very useful. +Uno puede recargar las configuraciones para xmobar y/xmonad después de los cambios con <key> MOD </key> + <key> 'q' </key> sin salir de X. Esto es muy útil.
- +
-When using a tiling window manager one experiences that some applications behave unusual. In my ''xmonad.hs'' file above you see ''Vlc'' and ''Gimp'' in the list of programs which should float. In order to find out the so called ''Classname'' of the application (through which the application can be detected by the window manager) there is a script in the xmonad-contrib package. You can find it in ''/usr/share/doc/xmonad-contrib-0.10/scripts/'' directory.+
  
 +Cuando se usa un administrador de ventanas de mosaico, se experimenta que algunas aplicaciones se comportan de manera inusual. En mi archivo '' xmonad.hs '' arriba, verá '' Vlc '' y '' Gimp '' en la lista de programas que deberían flotar. Para descubrir el llamado '' Nombre de clase '' de la aplicación (a través del cual el administrador de ventanas puede detectar la aplicación) hay un script en el paquete xmonad-contrib. Puede encontrarlo en el directorio '' /usr/share/doc/xmonad-contrib-0.10/scripts/ ''.
 ====== Sources ====== ====== Sources ======
 <!-- If you are copying information from another source, then specify that source --> <!-- If you are copying information from another source, then specify that source -->
 es:howtos:window_managers:xmonad_tiling_window_manager ()