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

naming and keybind dont work together

asked 2013-11-04 20:25:46 +0000

bfortified gravatar image

Claws launches on mail workspace fine all is well

assign [class="Claws-mail" instance="claws-mail"] mail exec GTK2RCFILES="/usr/share/themes/Default/gtk-2.0/gtkrc" /usr/bin/claws-mail

when i use keybinding to switch to mail, a new empty workspace named mail appears and the original workspace named mail with claws on it is left alone.

bindsym $super+m workspace mail

Not sure what i am doing wrong here

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2013-11-04 21:44:37 +0000

Flugsio gravatar image

Can't be sure how your config file looks because you didn't use a code block, make sure the exec is on the next line. The issue might be extra spaces around mail, using quotes could help.

assign [class="Claws-mail" instance="claws-mail"] "mail"
exec GTK2RCFILES="/usr/share/themes/Default/gtk-2.0/gtkrc" /usr/bin/claws-mail
bindsym $super+m workspace "mail"
edit flag offensive delete link more

Comments

yes must have been something like cause i got it working. odd though because i tried diff names numbers etc. Thanks!

bfortified gravatar imagebfortified ( 2013-11-04 22:44:11 +0000 )edit
0

answered 2013-11-04 22:44:58 +0000

bfortified gravatar image

Must have been a typo as it is working now.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-11-04 20:25:46 +0000

Seen: 94 times

Last updated: Nov 04 '13