Skip to content

jewelsofthought/i3-next-available-workspace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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

  • jq

Usage

Make sure the script is executable.

Add the following lines to your i3 .config file:

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

Change the bindings as you wish.

About

Script to move to next available workspace

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%