The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

show workspace names only. reference them with number

asked 2013-06-03 12:27:49 +0000

pvinis gravatar image

can i have just the workspace name on the i3bar, but in the i3/config, reference them with number? I want to have weird named, like icons, but in the config, it would be easier to have workspace 4 rather than workspace <some weird="" icon="">

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-06-03 20:19:30 +0000

Wesley gravatar image

Yes, I set mine up like so:

# customize workspace names
set $ws1 1: terminals
set $ws2 2: coding
set $ws3 3: design

then use them like so:

bindsym $mod+1 workspace $ws1
assign [class="Gimp"] $ws4
edit flag offensive delete link more

Comments

omg so simple. thanks! i did not think of that..

pvinis gravatar imagepvinis ( 2013-06-03 22:43:06 +0000 )edit

Perfect! Fixed my conf right up :)

rawzone gravatar imagerawzone ( 2013-06-06 13:56:28 +0000 )edit

Question Tools

Stats

Asked: 2013-06-03 12:27:49 +0000

Seen: 1,312 times

Last updated: Jun 03 '13