diff --git a/index.html b/index.html index 92d29fb..db1ded4 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + X11 Configuration Files @@ -23,53 +23,53 @@

X11 Configuration Files

Table of Contents

-
-

About

+
+

About

-
-

Xprofile

-
+
+

Xprofile

+
-
-

.xprofile

-
+
+

.xprofile

+
 1: # ~/.xprofile
  2: # user X session startup file.
@@ -91,10 +91,10 @@ 

.xprofile

    -
  • Modules
    +
  • Modules
      -
    • 00-security.sh
      -
      +
    • 00-security.sh
      +
       1: # various ui-related security settings
        2: # <alexforsale@yahoo.com>
      @@ -149,8 +149,8 @@ 

      .xprofile

    • -
    • 01-gtk-path.sh
      -
      +
    • 01-gtk-path.sh
      +
       1: # ~/.config/xprofile.d/01-gtk-path.sh
        2: # set new location for GTK and GTK2
      @@ -167,8 +167,8 @@ 

      .xprofile

    • -
    • 02-notification.sh
      -
      +
    • 02-notification.sh
      +
       1: # ~/.config/xprofile.d/02-notification.sh
        2: # notification settings
      @@ -189,15 +189,15 @@ 

      .xprofile

    • -
    • 03-sxhkd.sh
      -
      +
    • 03-sxhkd.sh
      +
       1: # ~/.config/xprofile.d/03-sxhkd.sh
        2: # sxhkd settings
        3: # <alexforsale@yahoo.com>
        4: 
        5: if [ -z "${_NO_SXHKD}" ] && [ ! $(pgrep -u ${USER} -x sxhkd) ] &&
      - 6:    [ $(command -v sxhkd) ]; then
      + 6:        [ $(command -v sxhkd) ]; then
        7:     if [ -e "${XDG_CONFIG_HOME}"/sxhkd/sxhkdrc.local ];then # per-user configuration
        8:         sxhkd -c "${XDG_CONFIG_HOME}"/sxhkd/sxhkdrc.local &
        9:     elif [ -e "${XDG_CONFIG_HOME}"/sxhkd/sxhkdrc-"${DISTRO}" ];then # per-distro configuration, i.e. sxhkdrc-arch
      @@ -210,8 +210,8 @@ 

      .xprofile

    • -
    • 04-bluetooth.sh
      -
      +
    • 04-bluetooth.sh
      +
      1: # ~/.config/xprofile.d/04-bluetooth.sh
       2: # bluetooth configuration
      @@ -226,8 +226,8 @@ 

      .xprofile

    • -
    • 05-network.sh
      -
      +
    • 05-network.sh
      +
      1: # ~/.config/xprofile.d/05-network.sh
       2: # various networking app
      @@ -235,8 +235,8 @@ 

      .xprofile

    • -
    • 06-ui.sh
      -
      +
    • 06-ui.sh
      +
       1: # ~/.config/xprofile.d/06-ui.sh
        2: # various ui settings
      @@ -259,12 +259,16 @@ 

      .xprofile

      19: if [[ -z "${XCURSOR_PATH}" ]]; then 20: export XCURSOR_PATH=${XCURSOR_PATH}:/usr/share/icons:~/.local/share/icons 21: fi +22: +23: if [[ -x "${HOME}/.fehbg" ]]; then +24: "${HOME}/.fehbg" +25: fi
    • -
    • 07-filemanager.sh
      -
      +
    • 07-filemanager.sh
      +
       1: # ~/.config/xprofile.d/07-filemanager.sh
        2: # file manager configuration
      @@ -284,8 +288,8 @@ 

      .xprofile

    • -
    • 08-multimedia.sh
      -
      +
    • 08-multimedia.sh
      +
      1: # ~/.config/xprofile.d/08-multimedia.sh
       2: # various multimedia app
      @@ -298,8 +302,8 @@ 

      .xprofile

    • -
    • 09-x0vnc.sh
      -
      +
    • 09-x0vnc.sh
      +
      # ~/.config/xprofile.d/09-x0vnc.sh
       # x0vnc
      @@ -313,8 +317,8 @@ 

      .xprofile

    • -
    • 99-ddgr.sh
      -
      +
    • 99-ddgr.sh
      +
      # ~/.config/xprofile.d/99-ddgr.sh
       # duckduckgo rofi
      @@ -330,13 +334,13 @@ 

      .xprofile

-
-

Xinit

-
+
+

Xinit

+
-
-

.xinitrc

-
+
+

.xinitrc

+
 1: # ~/.xinitrc
  2: # Configuration script for manual X session.
@@ -416,13 +420,13 @@ 

.xinitrc

-
-

Xresources

-
+
+

Xresources

+
-
-

.Xresouces

-
+
+

.Xresouces

+
 1: #include ".config/Xresources.d/xterm"
  2: #include ".config/Xresources.d/URxvt"
@@ -446,13 +450,13 @@ 

.Xresouces

-
-

Modules

-
+
+

Modules

+
-
-

xterm

-
+
+

xterm

+
 1: xterm*termName: xterm-256color
  2: xterm.vt100.geometry: 80x24
@@ -482,9 +486,9 @@ 

xterm

-
-

URxvt

-
+
+

URxvt

+
 1: xterm*termName: xterm-256color
  2: xterm.vt100.geometry: 80x24
@@ -514,9 +518,9 @@ 

URxvt

-
-

x11-ssh-askpass

-
+
+

x11-ssh-askpass

+
1: ! -*- eval (rainbow-mode 1) -*-
 2: x11-ssh-askpass*background:             #000000
@@ -531,9 +535,9 @@ 

x11-ssh-askpass

-
-

xcalc

-
+
+

xcalc

+
 1: ! -*- eval (rainbow-mode 1) -*-
  2: xcalc*geometry:                        200x275
@@ -582,9 +586,9 @@ 

xcalc

-
-

xclock

-
+
+

xclock

+
1: xclock*update:            1
 2: xclock*analog:            false
@@ -594,9 +598,9 @@ 

xclock

-
-

xscreensaver

-
+
+

xscreensaver

+
 1: xscreensaver.Dialog.headingFont:        -*-dina-bold-r-*-*-12-*-*-*-*-*-*-*
  2: xscreensaver.Dialog.bodyFont:           -*-dina-medium-r-*-*-12-*-*-*-*-*-*-*
@@ -625,9 +629,9 @@ 

xscreensaver

-
-

colors

-
+
+

colors

+
 1: ! -*- eval (rainbow-mode 1) -*-
  2: ! X colors.
@@ -704,9 +708,9 @@ 

colors

-
-

Xsettingsd

-
+
+

Xsettingsd

+
 1: Gtk/CursorThemeName "Bibata-Modern-Classic"
  2: Net/CursorBlink 1
@@ -728,18 +732,18 @@ 

Xsettingsd

-
-

Scripts

-
+
+

Scripts

+
-
-

monitor-setup

-
+
+

monitor-setup

+
 1: if [ "$(command -v hostnamectl)" ]; then
  2:     _HOSTNAME="$(hostnamectl hostname)"
  3: elif [ -n "${HOSTNAME}" ]; then
- 4:      _HOSTNAME="${HOSTNAME}"
+ 4:     _HOSTNAME="${HOSTNAME}"
  5: elif [ -f /etc/hostname ]; then
  6:     _HOSTNAME="$(cat /etc/hostname)"
  7: fi
@@ -760,9 +764,9 @@ 

monitor-setup

-
-

showclip

-
+
+

showclip

+
1: # Display contents of selection via dunst if running.
 2: 
@@ -780,7 +784,7 @@ 

showclip

Date: 2024-03-12 Tue 00:00

Author: Kristian Alexander P

-

Created: 2024-03-16 Sat 01:40

+

Created: 2024-03-24 Sun 08:59