LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 02-15-2020, 07:25 PM   #1
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
i3 window manager move container to workspace 12


I cannot move a "container" window to another workspace above 10. it switches to that desktop,I can open an app on a desktop greater than 10, but it does not move anything above 10.
it open blender on 11
Code:
bindsym $super+Shift+a exec /usr/local/bin/blender;workspace 11;focus
but when I try to move the render window to 11 it is a no go, but it goes to 10 or lesser, which I do not want.
Code:
# switch to workspace
bindsym $alt+Control+Right workspace next
bindsym $alt+Control+Left workspace prev
bindsym $super+1 workspace 1
bindsym $super+2 workspace 2
bindsym $super+3 workspace 3
bindsym $super+4 workspace 4
bindsym $super+5 workspace 5
bindsym $super+6 workspace 6
bindsym $super+7 workspace 7
bindsym $super+8 workspace 8
bindsym $super+9 workspace 9
bindsym $super+0 workspace 10

# switch to workspace
bindsym $alt+q workspace 11
bindsym $alt+w workspace 12
bindsym $alt+e workspace 13
bindsym $alt+r workspace 14
bindsym $alt+t workspace 15
bindsym $alt+y workspace 16
bindsym $alt+u workspace 17
bindsym $alt+i workspace 18
bindsym $alt+o workspace 19
bindsym $alt+p workspace 20


# move focused container to workspace
bindsym $super+Shift+1 move container to workspace 1
#web browser on this window/desktop
#bindsym $super+Shift+2 move container to workspace 2
bindsym $super+Shift+3 move container to workspace 3
bindsym $super+Shift+4 move container to workspace 4
bindsym $super+Shift+5 move container to workspace 5
bindsym $super+Shift+6 move container to workspace 6
bindsym $super+Shift+7 move container to workspace 7
bindsym $super+Shift+8 move container to workspace 8
bindsym $super+Shift+9 move container to workspace 9
bindsym $super+Shift+0 move container to workspace 10

# move focused container to workspace
bindsym $alt+Shift+q move container to workspace 11
bindsym $alt+Shift+w move container to workspace 12
bindsym $alt+Shift+e move container to workspace 13
bindsym $alt+Shift+r move container to workspace 14
bindsym $alt+Shift+t move container to workspace 15
bindsym $alt+Shift+y move container to workspace 16
bindsym $alt+Shift+u move container to workspace 17
bindsym $alt+Shift+i move container to workspace 18
bindsym $alt+Shift+o move container to workspace 19
bindsym $alt+Shift+p move container to workspace 20
 
Old 02-17-2020, 10:06 AM   #2
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,616

Rep: Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555
If you've got identical config and it works for some workspaces but not for others, that would be an i3 bug.

Of course, it looks like you have not currently got identical config - you switch from super+number to alt+letter at the point where things stop working.

So I would test by swapping, e.g. 2 and 12, i.e:
Code:
bindsym $super+2 workspace 12
...
bindsym $alt+w workspace 2
That should confirm whether it's moving the container to workspace 12 that is the issue, or the alt+w shortcut which is the issue. (The latter seems more likely to me, and may or not be a bug, or a shortcut conflict.)

 
Old 02-17-2020, 11:03 AM   #3
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by boughtonp View Post
If you've got identical config and it works for some workspaces but not for others, that would be an i3 bug.

Of course, it looks like you have not currently got identical config - you switch from super+number to alt+letter at the point where things stop working.

So I would test by swapping, e.g. 2 and 12, i.e:
Code:
bindsym $super+2 workspace 12
...
bindsym $alt+w workspace 2
That should confirm whether it's moving the container to workspace 12 that is the issue, or the alt+w shortcut which is the issue. (The latter seems more likely to me, and may or not be a bug, or a shortcut conflict.)

thanks I was beginning to wonder if my keyboard was goofed up, and yeah, it was a hunt and peck config. it's been a few years since I've used i3 - I was looking for a quick fix and well we see where that got me.

I know i can switch to anything above 10, but, I am wondering if it is capable of moving windows to anything above 10.

I need more time to check into it.

Last edited by BW-userx; 02-17-2020 at 11:05 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Chrome OS: Yo dawg, I heard you like desktops so we put a workspace in your workspace LXer Syndicated Linux News 0 11-06-2019 08:21 PM
[SOLVED] xfce4 workspace switcher only 1 workspace available. percy_vere_uk Linux From Scratch 15 03-16-2016 01:15 PM
LXer: Inside the Open Container Project: How Docker plans to unite the container market LXer Syndicated Linux News 0 06-23-2015 04:30 AM
[SOLVED] WorkSpace hangs switch to 2nd WorkSpace also hung ken poy Linux - Newbie 2 08-14-2010 08:07 AM
workspace names in "switcher workspace boxes" problem petesasha Linux Mint 0 11-20-2009 01:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 02:35 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration