From 59c9b6ec04c608c9e90b8f317f792ace4d0f8af4 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 5 Oct 2016 11:19:32 +0200 Subject: i3: Use roman numerals MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- i3/config | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'i3') diff --git a/i3/config b/i3/config index 0cabb5c..1ff499d 100644 --- a/i3/config +++ b/i3/config @@ -35,16 +35,16 @@ bindsym $mod+space focus mode_toggle bindsym $mod+a focus parent bindsym $mod+c focus child -set $workspace1 1 -set $workspace2 2 -set $workspace3 3 -set $workspace4 4 -set $workspace5 5 -set $workspace6 6 -set $workspace7 7 -set $workspace8 8 -set $workspace9 9 -set $workspace0 10 +set $workspace1 1:I +set $workspace2 2:II +set $workspace3 3:III +set $workspace4 4:IV +set $workspace5 5:V +set $workspace6 6:VI +set $workspace7 7:VII +set $workspace8 8:VIII +set $workspace9 9:IX +set $workspace0 10:X # switch to workspace bindsym $mod+1 workspace $workspace1 @@ -114,6 +114,7 @@ bar { status_command ~/.local/venv/bin/python ~/.config/i3/bar.py position bottom workspace_buttons yes + strip_workspace_numbers yes colors { #class border backgr. text background #101010 -- cgit v1.2.3-54-g00ecf