Skip to content

jytrowbridge/i3-next-available-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

I3 Next Available Workspace

Simple bash script to open new workspace in i3 tiling window manager without having to specify a number. Can also move containers to new workspace.

Dependencies

  • xprop
  • xdotool
  • wmctrl

Usage

Make sure the script is executable.

Add the following lines to your i3 .config file:

bindsym $mod+n exec --no-startup-id /path/to/script
bindsym $mod+Shift+n exec --no-startup-id /path/to/script -m  # move container to new window

Change the bindings as you wish.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages