All Projects → reisub0 → sway-alttab

reisub0 / sway-alttab

Licence: MIT license
Simple Alt-Tab daemon for SwayWM/i3. Switches back to previous focused window on Alt-Tab or SIGUSR1

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to sway-alttab

i3status
Simple status bar for i3 / i3-gaps / sway written in bash and python
Stars: ✭ 69 (+91.67%)
Mutual labels:  i3, sway, i3wm, swaywm
kitti3
Kitty drop-down service for sway & i3wm
Stars: ✭ 73 (+102.78%)
Mutual labels:  i3, sway, i3wm, swaywm
dotfiles
My dotfiles, with an out-of-date install-script. Arch, Tiling WM (i3, sway), ZSH, Neovim
Stars: ✭ 20 (-44.44%)
Mutual labels:  i3, sway, i3wm, swaywm
swayinfo
Some goodies for use in Sway and i3 wm
Stars: ✭ 30 (-16.67%)
Mutual labels:  i3, sway, i3wm, swaywm
swayfire
Sway/I3 inspired tiling window manager for Wayfire
Stars: ✭ 146 (+305.56%)
Mutual labels:  i3, window-manager, sway
I3wsr
Change i3-wm workspace names based on content
Stars: ✭ 107 (+197.22%)
Mutual labels:  i3, window-manager, i3wm
I3wm Config
my i3wm config
Stars: ✭ 196 (+444.44%)
Mutual labels:  i3, window-manager, i3wm
Xsuspender
👀 💻 💤 🔋 Save battery by auto-suspending unfocused X11 applications.
Stars: ✭ 53 (+47.22%)
Mutual labels:  daemon, i3, i3wm
raiseorlaunch
A run-or-raise-application-launcher for i3 window manager.
Stars: ✭ 35 (-2.78%)
Mutual labels:  i3, i3wm
dotfiles
A total nord dotfiles used by me. Forever work in progress.
Stars: ✭ 35 (-2.78%)
Mutual labels:  i3, i3wm
negi3wm
Brings a lot of unique UX features inspired by ion3/notion wm. Probably the most sophisticated example of i3ipc usage ever created
Stars: ✭ 27 (-25%)
Mutual labels:  i3, i3wm
no-mans-sky-rice-i3wm
i3WM rice themed using No Man's Sky's colors
Stars: ✭ 34 (-5.56%)
Mutual labels:  i3, i3wm
i3-workspace-switcher
MRU (Most recently used) workspace switcher for i3 window manager
Stars: ✭ 20 (-44.44%)
Mutual labels:  i3, i3wm
hax
Zero-config Hacky Hackpecker setup
Stars: ✭ 16 (-55.56%)
Mutual labels:  i3, i3wm
openSUSEway
dotfiles for Sway on openSUSE
Stars: ✭ 48 (+33.33%)
Mutual labels:  sway, swaywm
dotfiles
My main working machine setup. Here be cyber dragons, and optional bugs.
Stars: ✭ 35 (-2.78%)
Mutual labels:  i3, i3wm
Vanilla
frantic1048's grimoire
Stars: ✭ 19 (-47.22%)
Mutual labels:  i3wm, swaywm
i3-dstatus
Another great statusline generator for i3wm
Stars: ✭ 35 (-2.78%)
Mutual labels:  i3, i3wm
dotfiles
My dotfiles and colorschemes for sway and a variety of other programs.
Stars: ✭ 55 (+52.78%)
Mutual labels:  sway, swaywm
i3
Archivos de configuraciones de i3
Stars: ✭ 32 (-11.11%)
Mutual labels:  i3, i3wm

sway-alttab

crates.io crates.io Build Status made-with-rust

A simple daemon that keeps track of your last focused window and switches to it on receiving a SIGUSR1. Automatically binds Alt-Tab to the same action.

To change the key combo from "Mod1+Tab", use the -c flag and set your preferred mapping.

Installation

From Binaries

Binary releases (for Linux x86_64) can be found at the Releases page.

From AUR

If you're using Arch Linux, you can install the sway-alttab-bin package.

yay -S --aur sway-alttab-bin

From Crates.io

cargo install sway-alttab

From Source

git clone https://github.com/reisub0/sway-alttab
cargo install --path sway-alttab

License

sway-alttab is licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].