# _skippy-xd)
# W45 Mon, 03 at 14:46
# ---START------------------------------------------------------------
# ""skippy-xd""
# --------------------------------------------------------------------

# [[alt tab]]

# DESCRIPTION: Skippy-xd is a simple Alt+tab switcher with a preview. Here is the repo to
#              read more aoout it. https://github.com/felixfung/skippy-xd

# Why?: Because openbox alt+tab sucks. And skippy-xd does exactly what I want

# Solution?: ....

# --------------------------------------------------------------------

# Classic Alt+tab with skippy-xd <-- 100% I want this 
"skippy-xd --switch --pivot Alt_L --next --config ~/.config/skippy-xd/skippy-xd.rc" 
Alt + Tab


# companion classic
# THis is basically alt+tab but this one gives you preview hehehe so you hold super heheh
"skippy-xd --expose --pivot Super_L --next --config ~/.config/skippy-xd/skippy-xd2.rc" 
Mod4 + Tab


# companion classic, just for compatibility so mod4+shift+tab works in preview all windows on all monitors
# THis is basically alt+shift+tab but this one gives you preview hehehe so you hold super heheh
"skippy-xd --expose --pivot Super_L --prev --config ~/.config/skippy-xd/skippy-xd2.rc"
Mod4 + Shift + Tab


# This if for the double alt tap
"skippy-xd --switch --pivot Super_L --next --config ~/.config/skippy-xd/skippy-xd3.rc" 
Mod4 + shift + control+ Tab


# Classic default toggle 
"skippy-xd --expose --config ~/.config/skippy-xd/skippy-xd.rc"
mod4+period


# Classic show only preview of current active window on current desktop. Very useful for terminals 
# This is also used with capslock+super and capslock+/
"skippy-xd --expose --wm-class $(xdotool getwindowclassname $(xdotool getactivewindow)) --config ~/.config/skippy-xd/skippy-xd.rc"
mod4+comma

"skippy-xd --expose --wm-class $(xdotool getwindowclassname $(xdotool getactivewindow)) --desktop -1 --config ~/.config/skippy-xd/skippy-xd2.rc"
mod4+slash

# paging it's good... don't switch don't hit enter to switch that would reset the thumbnails. I use it as 
# a companion to the classic xfce4-pannel move here https://i.imgur.com/wo7aZl8.png as you see in the image
# it compliment what both pannels lack
# This is used with capslock+enter
"skippy-xd --paging --config ~/.config/skippy-xd/skippy-xd2.rc"
XF86Calculator


#### DON'T READ BELLOW IT'S JUST SOME ARCHIVED STUFF
# This key is used for capslock for mod4+capslock it's basically mod4+comma which previews only active window of
# the same class
# "skippy-xd --expose --wm-class $(xdotool getwindowclassname $(xdotool getactivewindow)) --config ~/.config/skippy-xd/skippy-xd.rc"
# XF86HomePage


## I observed myself I never use  this at all
# Classic Alt+shift+tab with skippy-xd <-- 100% I want this 
# "skippy-xd --switch --prev --config ~/.config/skippy-xd/skippy-xd.rc"
# ALt + Shift + Tab


# --------------------------------------------------------------------
# ""skippy-xd""
# ---END--------------------------------------------------------------
