From 3af2935c7f93bee5f5397bdc66bee16fc675fae3 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 1 May 2022 10:43:18 +0200 Subject: [PATCH] Dotfiles config update (2022-05-01) --- Dependencies.md | 2 +- README-i3-polybar.md | 121 ------------------------------------------- README-i3.md | 4 +- README-qtile.md | 4 +- README-spectrwm.md | 4 +- README-sway.md | 2 +- README.md | 20 ++----- 7 files changed, 12 insertions(+), 145 deletions(-) delete mode 100644 README-i3-polybar.md diff --git a/Dependencies.md b/Dependencies.md index 92d4315..8825203 100644 --- a/Dependencies.md +++ b/Dependencies.md @@ -1,4 +1,4 @@ -dotfiles - My tiling Qtile, spectrwm, i3 & sway configurations (for Arch/Devuan/Debian) +dotfiles - My tiling Qtile, Spectrwm, i3 & Sway configurations (for Arch/Devuan/Debian) ======================================================================================= ### My configurations: diff --git a/README-i3-polybar.md b/README-i3-polybar.md deleted file mode 100644 index e9e29d5..0000000 --- a/README-i3-polybar.md +++ /dev/null @@ -1,121 +0,0 @@ -dotfiles - My tiling i3 + polybar configuration (for Arch/Devuan/Debian) -======================================================================== - -### My configurations: - -* [Qtile](README-qtile.md) -* [Qtile (Widget)](README-qtile-widget.md) -* [i3 + polybar](README-i3-polybar.md) -* [i3 + i3status](README-i3.md) -* [i3 + i3blocks](README-i3-i3blocks.md) -* [sway](README-sway.md) -* [spectrwm](README-spectrwm.md) -* [spectrwm + polybar](README-spectrwm-polybar.md) - -![i3-polybar](examples/i3wm-polybar.png) - -### Installation: - - * **`Install dependencies:`** - - * Read [`How install dependencies on Arch and Devuan/Debian`](Dependencies.md) - - * **`Install configuration (dotfiles):`** - - * Clone repository and copy files to your home: - - ```shell - $ git clone https://github.com/q3aql/dotfiles - $ cd dotfiles - $ chmod +x install-config.sh - $ ./install-config.sh - $ cp -rfv ~/.config/i3/config.polybar ~/.config/i3/config - $ cp -rfv ~/.config/polybar/config.icons ~/.config/polybar/config - ```` - -### Configuration: - - * **`Network Manager (Connman or NetWorkManager):`** - - * By default is enabled `NetWorkManager` as network manager: - * If you prefer `Connman`, edit the file `~/.config/i3/config`: - - ```shell - #exec --no-startup-id connman-gtk --tray & - exec --no-startup-id nm-applet & - ```` - - * **`Monitor & resolution:`** - - * The configuration load my monitor configuration: - * Use the command `xrandr` for show your config & edit the file `~/.config/i3/startxrandr.sh`: - - ```shell - sleep 2 - xrandr --output DisplayPort-0 --mode 1280x1024 -r 75.02 - xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0 - ```` - - * **`Wallpaper:`** - - * By default, the config load wallpaper on `~/wallpapers/abstract.png`: - * Edit `~/.config/i3/config` for set your favorite wallpaper: - - ```shell - exec --no-startup-id "sleep 3 && nitrogen --set-scaled ~/wallpapers/abstract.png" - ```` - - * **`Set Screensaver (Optional):`** - - * The configuration file set `xautolock` with 20 minutes as screensaver: - * You can change the program between `xautolock` and `xscreensaver` editing the file `~/.config/i3/startscreensaver.sh`: - - ```shell - # Basic configuration variables - ScreensaverProgram="xautolock" # Options: xautolock or xscreensaver - ScreensaverTime="20" # 20 minutes (only for xautolock) - ```` - - * **`Enable Gaps (Optional):`** - - * My config work on vanilla i3wm and gaps are disabled. - * You can enable it editing 2 lines on file `~/.config/i3/config` and pressing `Win+Shift+r`: - - ```shell - #gaps inner 6 - #gaps outer 2 - ```` - -### Keys configuration: - -My list of extra combinations: - - - Super + d = Open Dmenu - - Super + p = Open Rofi (run mode) - - Super + q = Open Rofi (window mode) - - Super + o = Open Rofi (drun mode) - - Super + b = Open Firefox - - Super + n = Open PCManFM - - Super + t = Open Rofi Theme Selector - - Super + g = Open Geany - - Super + m = Open Telegram - - Super + z = Open Nitrogen - - Super + x = Open LXRandr - - Super + u = Open Xterm - - Super + i = Open LXAppearance - - Super + c = Open NetWorkManager - - Volume-Up = Volume +5 - - Volume-Down = Volume -5 - - VolumeMute = Mute Volume - - Super + Ctrl + Shift + e = Poweroff screen - - Super + Shift + e = Logout - - Super + Backspace = Open menu Logout/Lock/Reboot/Shutdown - -### External links: - -* [Antonio Sarosi](https://github.com/antoniosarosi/dotfiles/) -* [Derek Taylor](https://gitlab.com/dwt1/dotfiles/) -* [TWB0109](https://github.com/TWB0109/PDots) -* [i3-style](https://github.com/altdesktop/i3-style) -* [addy-dclxvi](https://github.com/addy-dclxvi/i3-starterpack) -* [i3-gaps](https://github.com/Airblader/i3) diff --git a/README-i3.md b/README-i3.md index 40fb434..8a45085 100644 --- a/README-i3.md +++ b/README-i3.md @@ -1,5 +1,5 @@ -dotfiles - My tiling i3 + polybar configuration (for Arch/Devuan/Debian) -======================================================================== +dotfiles - My tiling i3 configuration (for Arch/Devuan/Debian) +============================================================== ### My configurations: diff --git a/README-qtile.md b/README-qtile.md index 7142169..eadcd87 100644 --- a/README-qtile.md +++ b/README-qtile.md @@ -1,5 +1,5 @@ -dotfiles - My tiling Qtile (Widget Extra) configuration (for Arch/Devuan/Debian) -================================================================================ +dotfiles - My tiling Qtile configuration (for Arch/Devuan/Debian) +================================================================= ### My configurations: diff --git a/README-spectrwm.md b/README-spectrwm.md index 7d70a44..d8fac01 100644 --- a/README-spectrwm.md +++ b/README-spectrwm.md @@ -1,5 +1,5 @@ -dotfiles - My tiling spectrwm + polybar configuration (for Arch/Devuan/Debian) -============================================================================== +dotfiles - My tiling Spectrwm configuration (for Arch/Devuan/Debian) +==================================================================== ### My configurations: diff --git a/README-sway.md b/README-sway.md index a90bc85..a0e6eba 100644 --- a/README-sway.md +++ b/README-sway.md @@ -1,4 +1,4 @@ -dotfiles - My tiling sway configuration (for Arch/Devuan/Debian) +dotfiles - My tiling Sway configuration (for Arch/Devuan/Debian) ================================================================ ### My configurations: diff --git a/README.md b/README.md index 1bc9828..08285d0 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,9 @@ dotfiles - My tiling Qtile, spectrwm, i3 & sway configurations (for Arch/Devuan/ ### My configurations: * [Qtile](README-qtile.md) -* [Qtile (Widget)](README-qtile-widget.md) -* [i3 + polybar](README-i3-polybar.md) -* [i3 + i3status](README-i3.md) -* [i3 + i3blocks](README-i3-i3blocks.md) -* [sway](README-sway.md) -* [spectrwm](README-spectrwm.md) -* [spectrwm + polybar](README-spectrwm-polybar.md) +* [i3(README-i3.md) +* [Sway](README-sway.md) +* [Spectrwm](README-spectrwm.md) ![qtile](examples/qtile.png) @@ -29,6 +25,7 @@ dotfiles - My tiling Qtile, spectrwm, i3 & sway configurations (for Arch/Devuan/ $ cd dotfiles $ chmod +x install-config.sh $ ./install-config.sh + $ sudo pip psutils ```` ### Configuration: @@ -43,15 +40,6 @@ dotfiles - My tiling Qtile, spectrwm, i3 & sway configurations (for Arch/Devuan/ nm-applet ```` - * **`Widget Network (Optional):`** - - * To display the connection information in the top bar you need to edit a file. - * Modify the following line with the interface of your computer (Use command `ifconfig` or `ip a`) in the file `~/.config/qtile/settings/widget.py`: - - ```shell - widget.Net(**base(bg='color3'), interface='wlan0'), - ```` - * **`Monitor & resolution:`** * The configuration load my monitor configuration: