Skip to content

It allows you to run i3 scratchpad over application in fullscreen.

Notifications You must be signed in to change notification settings

xxdone/i3-above-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i3-above-all

above all

It allows you to open your scratchpad over application in fullscreen. Solves this issue.

Build

make

Install

sudo make install

Usage

above_all $width $height $win_id

in i3wm config

for_window [ class="super_app" ] move scratchpad
bindsym $mod+space exec pgrep -f 'above_all' && killall above_all || above_all 1200 800 $(xdotool search --class super_app)

by this you can toggle your scratchpad with $mod+space over application you are running in fullscreen.

About

It allows you to run i3 scratchpad over application in fullscreen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published