From 1920d90011caa41568826f562cb877e1d571b566 Mon Sep 17 00:00:00 2001 From: alexforsale Date: Fri, 19 Jul 2024 02:19:54 +0000 Subject: [PATCH] deploy: e33468fcd127aafab2d161a4c90239572694c48f --- index.html | 224 ++++++++++++++++++++++++++++------------------------- 1 file changed, 117 insertions(+), 107 deletions(-) diff --git a/index.html b/index.html index a82e41f..499dcd1 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>
      @@ -139,18 +139,19 @@ 

      .xprofile

      41: # polkit 42: if [ ! "$(pgrep -f -u ${USER} -x polkit-kde-authentication-agent-1)" ];then 43: sleep 1 && /usr/local/libexec/polkit-kde-authentication-agent-1 & -44: -45: # keyring -46: [ "$(command -v dbus-update-activation-environment)" ] && -47: dbus-update-activation-environment DISPLAY -48: ;; -49: esac +44: fi +45: +46: # keyring +47: [ "$(command -v dbus-update-activation-environment)" ] && +48: dbus-update-activation-environment DISPLAY +49: ;; +50: esac
    • -
    • 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 +168,8 @@ 

      .xprofile

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

      .xprofile

    • -
    • 03-sxhkd.sh
      -
      +
    • 03-sxhkd.sh
      +
       1: # ~/.config/xprofile.d/03-sxhkd.sh
        2: # sxhkd settings
      @@ -210,8 +211,8 @@ 

      .xprofile

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

      .xprofile

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

      .xprofile

    • -
    • 06-ui.sh
      -
      +
    • 06-ui.sh
      +
       1: # ~/.config/xprofile.d/06-ui.sh
        2: # various ui settings
      @@ -271,8 +272,8 @@ 

      .xprofile

    • -
    • 07-filemanager.sh
      -
      +
    • 07-filemanager.sh
      +
       1: # ~/.config/xprofile.d/07-filemanager.sh
        2: # file manager configuration
      @@ -292,8 +293,8 @@ 

      .xprofile

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

      .xprofile

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

      .xprofile

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

      .xprofile

-
-

Xinit

-
+
+

Xinit

+
-
-

.xinitrc

-
+
+

.xinitrc

+
 1: # ~/.xinitrc
  2: # Configuration script for manual X session.
@@ -418,19 +419,22 @@ 

.xinitrc

70: exec sbcl --load /usr/local/bin/startstumpwm 71: fi 72: ;; -73: esac +73: "i3") +74: exec i3 +75: ;; +76: esac
-
-

Xresources

-
+
+

Xresources

+
-
-

.Xresouces

-
+
+

.Xresouces

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

.Xresouces

-
-

Modules

-
+
+

Modules

+
-
-

xterm

-
+
+

xterm

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

xterm

-
-

URxvt

-
+
+

URxvt

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

URxvt

-
-

x11-ssh-askpass

-
+
+

x11-ssh-askpass

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

x11-ssh-askpass

-
-

xcalc

-
+
+

xcalc

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

xcalc

-
-

xclock

-
+
+

xclock

+
1: xclock*update:            1
 2: xclock*analog:            false
@@ -602,9 +606,9 @@ 

xclock

-
-

xscreensaver

-
+
+

xscreensaver

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

xscreensaver

-
-

colors

-
+
+

colors

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

colors

-
-

Xsettingsd

-
+
+

Xsettingsd

+
 1: Gtk/CursorThemeName "Bibata-Modern-Classic"
  2: Gtk/CursorThemeSize 24
@@ -737,15 +741,21 @@ 

Xsettingsd

19: Xft/RGBA "rgb"
+
    +
  • OverpassM Nerd Font Mono is packaged in otf-overpass-nerd which in turns grouped in the nerd-fonts package group.
  • +
  • Papirus is in papirus-icon-theme.
  • +
  • Bibata-Modern-Classic is from bibata-cursor-theme.
  • +
  • Breeze-dark is from breeze and for breeze-gtk for gtk applications.
  • +
-
-

Scripts

-
+
+

Scripts

+
-
-

monitor-setup

-
+
+

monitor-setup

+
 1: if [ "$(command -v hostnamectl)" ]; then
  2:     _HOSTNAME="$(hostnamectl hostname)"
@@ -771,9 +781,9 @@ 

monitor-setup

-
-

showclip

-
+
+

showclip

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

showclip

Date: 2024-03-12 Tue 00:00

Author: Kristian Alexander P

-

Created: 2024-06-15 Sat 16:04

+

Created: 2024-07-19 Fri 02:19