From 0c387b10c38ec3644d7f42c8a322d91c81919c91 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sat, 20 Nov 2021 18:27:26 +0100 Subject: [PATCH] Dotfiles config update (2021-11-20) --- .config/i3/config | 4 ++-- .config/spectrwm/spectrwm.conf | 13 ++++++++----- README-i3.md | 6 +++--- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index a9b226d..4668b37 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -30,8 +30,8 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork # NetworkManager is the most popular way to manage wireless networks on Linux, # and nm-applet is a desktop environment-independent system tray GUI for it. -exec --no-startup-id connman-gtk --tray & -#exec --no-startup-id nm-applet +#exec --no-startup-id connman-gtk --tray & +exec --no-startup-id nm-applet & # Applet for Audio exec --no-startup-id pnmixer -t & diff --git a/.config/spectrwm/spectrwm.conf b/.config/spectrwm/spectrwm.conf index 6abf46b..a7d240b 100644 --- a/.config/spectrwm/spectrwm.conf +++ b/.config/spectrwm/spectrwm.conf @@ -44,11 +44,13 @@ bar_font_color_selected = black #bar_font = Mononoki Nerd Font:size=9, JoyPixels:size=9 #bar_font = Mononoki Nerd Font:size=9 bar_font = Noto Sans Font:size=9 -bar_justify = center -#bar_format = +|L+1<+N:+I +S (+D) +W +|R+A+1< -#bar_format = +N:+I +S <+D>+4<%a %b %d %R %Z %Y+8<+A+4<+V -bar_format = +N:+I +S +P <+D>+4< +8<+A+4<+V -#bar_format = +N:+I +S <+D>+4<%a %b %d %R %Z %Y+8<+A+4<+V +bar_justify = center # Don't touch + +#bar_format = +|L+1<+N:+I +S (+D) +P +|R+A+1< # Bars on the sides +#bar_format = +|L+1<+N:+I +S (+D) +W +|R+A+1< # Bars on the sides + window titles +bar_format = +N:+I +S +P <+D>+4< +8<+A+4<+V # Bar in the center +#bar_format = +N:+I +S <+D>+4< +8<+A+4<+V # Bar in the center (minimal) + workspace_indicator = listcurrent,listactive,markcurrent,printnames bar_at_bottom = 0 stack_enabled = 1 @@ -250,6 +252,7 @@ bind[ws_prior] = MOD+a # bind[] = MOD+Shift+Return # disable term # bind[] = MOD+p # disable menu bind[] = MOD+Shift+q # Disable close session +bind[] = MOD+q # Disable restart spectrwm (Use Win+Shift+r) # Optional default programs that will only be validated if you override: # program[screenshot_all] = screenshot.sh full # optional diff --git a/README-i3.md b/README-i3.md index 6cf5ddb..33dab88 100644 --- a/README-i3.md +++ b/README-i3.md @@ -53,12 +53,12 @@ dotfiles - My tiling i3 WM Configuration (for Devuan/Debian) * **`Network Manager (Connman or NetWorkManager):`** - * By default is enabled `Connman` as network manager: + * By default is enabled `NetWorkManager` as network manager: * If you prefer NetWorkManager, edit the file `~/.config/i3/config`: ```shell - exec --no-startup-id connman-gtk --tray & - #exec --no-startup-id nm-applet + #exec --no-startup-id connman-gtk --tray & + exec --no-startup-id nm-applet & ```` * **`Monitor & resolution:`**