summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-08-14 16:54:58 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-08-17 15:59:58 -0700
commit706bdd75455760e197cb29db27d39e8513548c67 (patch)
treef196c5b8a109fbe1cdbb27c88d9181585e3d521c /.config
parentfaf9bffe02a1407990373453935705f5b8de378d (diff)
downloaddotfiles-706bdd75455760e197cb29db27d39e8513548c67.tar.gz
compact the workspace list, show & hide the workspace buttons
Diffstat (limited to '.config')
-rw-r--r--.config/i3/config5
-rw-r--r--.config/sway/config5
2 files changed, 10 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config
index fdc6a2c5..2104b9f7 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -311,6 +311,11 @@ bar {
binding_mode #000000 #900000 #FFFFF6
}
+ # We don't set workspace_buttons to "no" even though we start off with
+ # a single workspace (see i3status-wrapper) because under Sway that
+ # can trigger a bug which means the button display doesn't get
+ # properly updated.
+
position bottom
strip_workspace_numbers yes
diff --git a/.config/sway/config b/.config/sway/config
index 0c383426..2b6649df 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -323,6 +323,11 @@ bar {
binding_mode #000000BB #900000BB #FFFFF6BB
}
+ # We don't set workspace_buttons to "no" even though we start off with
+ # a single workspace (see i3status-wrapper) because under Sway that
+ # can trigger a bug which means the button display doesn't get
+ # properly updated.
+
position bottom
strip_workspace_numbers yes
status_edge_padding 11