logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).


L'icône rouge permet de télécharger chaque page du wiki visitée au format PDF et la grise au format ODT → ODT PDF Export

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
utilisateurs:tyzef:config:ma-config-ob [14/05/2022 17:48]
TyZef [Configuration]
utilisateurs:tyzef:config:ma-config-ob [11/01/2023 08:27] (Version actuelle)
TyZef [Menu]
Ligne 17: Ligne 17:
 ''​Extensions:​ Adblock Plus; Dark Reader; Tranquility Reader;''​\\ ''​Extensions:​ Adblock Plus; Dark Reader; Tranquility Reader;''​\\
 PS: tout ceci peut changer en fonction du temps... PS: tout ceci peut changer en fonction du temps...
 +===== AutoStart =====
 +<​code>#​
 +# These things are run when an Openbox X Session is started.
 +# You may place a similar script in $HOME/​.config/​openbox/​autostart
 +# to run user-specific things.
 +#
 +
 +# If you want to use GNOME config tools...
 +#
 +#if test -x /​usr/​lib/​x86_64-linux-gnu/​gnome-settings-daemon >/​dev/​null;​ then
 +#  /​usr/​lib/​x86_64-linux-gnu/​gnome-settings-daemon &
 +#elif which gnome-settings-daemon >/​dev/​null 2>&​1;​ then
 +#  gnome-settings-daemon &
 +#fi
 +
 +# If you want to use XFCE config tools...
 +#
 +#​xfce-mcs-manager &
 +
 +# my wallpaper
 +feh --bg-max --no-fehbg --randomize ~/​.wallpaper/​* ​ &
 +
 +# my conky
 +sleep 1s && conky -c ~/.conkyrc &
 +
 +# my xchat
 +#sleep 7s && rxvt-unicode -name irc -tr -e weechat-curses &</​code>​
 ===== Xresources ===== ===== Xresources =====
 # Xterm : ''​~/​.Xresources''​ # Xterm : ''​~/​.Xresources''​
Ligne 87: Ligne 114:
  
 ===== Menu ===== ===== Menu =====
-''​menu.xml''​\\ 
 <​code><?​xml version="​1.0"​ encoding="​UTF-8"?>​ <​code><?​xml version="​1.0"​ encoding="​UTF-8"?>​
  
Ligne 97: Ligne 123:
 <menu id="​root-menu"​ label="​Openbox 3"> <menu id="​root-menu"​ label="​Openbox 3">
   <item label="​Terminal emulator">​   <item label="​Terminal emulator">​
-    <action name="​Execute"><​execute>​rxvt-unicode</​execute></​action>​ +    <action name="​Execute"><​execute>​rxvt-unicode -tr</​execute></​action>​
-  </​item>​ +
-  <item label="​nakeDeb">​ +
-    <action name="​Execute"><​execute>​qemu-system-x86_64 -cpu host -smp cpus=2 -m 2048 -soundhw all -enable-kvm -hda /​home/​tzf/​.vm/​nakeDeb/​nakeDeb.img</​execute></​action>​+
   </​item>​   </​item>​
   <item label="​Web browser">​   <item label="​Web browser">​
Ligne 137: Ligne 160:
 </​openbox_menu>​ </​openbox_menu>​
 </​code>​ </​code>​
 +<note important>​pour le reboot et le shutdown, nécessite de faire partie des sudoers</​note>​
 +puis on ajoute au fichier "/​etc/​sudoers"​ via la commande en ROOT ''​visudo''​
 +<code root># Allow users to shutdown ​
  
-===== OB ALL ===== +tzf aspire3 ​=NOPASSWD: /​usr/​bin/​systemctl poweroff,/​usr/​bin/​systemctl halt,/​usr/​bin/​systemctl reboot</​code>​ 
-''​rc.xml''​\\+<note tip>"​tzf"​ correspond à mon nom d'​utilisateur et "​aspire3"​ mon nom de machine(ces deux noms qui s'​affichent dans le terminal)</​note>​ 
 +===== RC.XML ​=====
 <​code><?​xml version="​1.0"​ encoding="​UTF-8"?>​ <​code><?​xml version="​1.0"​ encoding="​UTF-8"?>​
 <!-- Do not edit this file, it will be overwritten on install. <!-- Do not edit this file, it will be overwritten on install.
Ligne 199: Ligne 226:
     <​animateIconify>​yes</​animateIconify>​     <​animateIconify>​yes</​animateIconify>​
     <font place="​ActiveWindow">​     <font place="​ActiveWindow">​
-      <​name>​hack</​name>​+      <​name>​Glitch Slap</​name>​
       <​size>​12</​size>​       <​size>​12</​size>​
       <!-- font size in points -->       <!-- font size in points -->
-      <​weight>​bold</​weight>​+      <​weight>​Bold</​weight>​
       <!-- '​bold'​ or '​normal'​ -->       <!-- '​bold'​ or '​normal'​ -->
-      <​slant>​normal</​slant>​+      <​slant>​Normal</​slant>​
       <!-- '​italic'​ or '​normal'​ -->       <!-- '​italic'​ or '​normal'​ -->
     </​font>​     </​font>​
     <font place="​InactiveWindow">​     <font place="​InactiveWindow">​
-      <​name>​hack</​name>​+      <​name>​Glitch Slap</​name>​
       <​size>​12</​size>​       <​size>​12</​size>​
       <!-- font size in points -->       <!-- font size in points -->
-      <​weight>​bold</​weight>​+      <​weight>​Bold</​weight>​
       <!-- '​bold'​ or '​normal'​ -->       <!-- '​bold'​ or '​normal'​ -->
-      <​slant>​normal</​slant>​+      <​slant>​Normal</​slant>​
       <!-- '​italic'​ or '​normal'​ -->       <!-- '​italic'​ or '​normal'​ -->
     </​font>​     </​font>​
     <font place="​MenuHeader">​     <font place="​MenuHeader">​
-      <​name>​hack</​name>​+      <​name>​Glitch Slap</​name>​
       <​size>​12</​size>​       <​size>​12</​size>​
       <!-- font size in points -->       <!-- font size in points -->
-      <​weight>​normal</​weight>​+      <​weight>​Normal</​weight>​
       <!-- '​bold'​ or '​normal'​ -->       <!-- '​bold'​ or '​normal'​ -->
-      <​slant>​normal</​slant>​+      <​slant>​Normal</​slant>​
       <!-- '​italic'​ or '​normal'​ -->       <!-- '​italic'​ or '​normal'​ -->
     </​font>​     </​font>​
     <font place="​MenuItem">​     <font place="​MenuItem">​
-      <​name>​hack</​name>​+      <​name>​Glitch Slap</​name>​
       <​size>​12</​size>​       <​size>​12</​size>​
       <!-- font size in points -->       <!-- font size in points -->
-      <​weight>​normal</​weight>​+      <​weight>​Normal</​weight>​
       <!-- '​bold'​ or '​normal'​ -->       <!-- '​bold'​ or '​normal'​ -->
-      <​slant>​normal</​slant>​+      <​slant>​Normal</​slant>​
       <!-- '​italic'​ or '​normal'​ -->       <!-- '​italic'​ or '​normal'​ -->
     </​font>​     </​font>​
     <font place="​ActiveOnScreenDisplay">​     <font place="​ActiveOnScreenDisplay">​
-      <​name>​hack</​name>​+      <​name>​Glitch Slap</​name>​
       <​size>​12</​size>​       <​size>​12</​size>​
       <!-- font size in points -->       <!-- font size in points -->
-      <​weight>​bold</​weight>​+      <​weight>​Bold</​weight>​
       <!-- '​bold'​ or '​normal'​ -->       <!-- '​bold'​ or '​normal'​ -->
-      <​slant>​normal</​slant>​+      <​slant>​Normal</​slant>​
       <!-- '​italic'​ or '​normal'​ -->       <!-- '​italic'​ or '​normal'​ -->
     </​font>​     </​font>​
     <font place="​InactiveOnScreenDisplay">​     <font place="​InactiveOnScreenDisplay">​
-      <​name>​hack</​name>​+      <​name>​Glitch Slap</​name>​
       <​size>​12</​size>​       <​size>​12</​size>​
       <!-- font size in points -->       <!-- font size in points -->
-      <​weight>​bold</​weight>​+      <​weight>​Bold</​weight>​
       <!-- '​bold'​ or '​normal'​ -->       <!-- '​bold'​ or '​normal'​ -->
-      <​slant>​normal</​slant>​+      <​slant>​Normal</​slant>​
       <!-- '​italic'​ or '​normal'​ -->       <!-- '​italic'​ or '​normal'​ -->
     </​font>​     </​font>​
Ligne 487: Ligne 514:
     <keybind key="​W-t">​     <keybind key="​W-t">​
       <action name="​Execute">​       <action name="​Execute">​
-        <​command>​rxvt-unicode</​command>​+        <​command>​rxvt-unicode ​-tr</​command>​
       </​action>​       </​action>​
     </​keybind>​     </​keybind>​
Ligne 977: Ligne 1004:
   </​applications>​   </​applications>​
 </​openbox_config>​ </​openbox_config>​
 +
 </​code>​ </​code>​
utilisateurs/tyzef/config/ma-config-ob.1652543322.txt.gz · Dernière modification: 14/05/2022 17:48 par TyZef

Pied de page des forums

Propulsé par FluxBB