Skip to content

jubalh/sway-marker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple popup for using marks in Sway

This allows you to use vim-like marks in sway easily.

image

Usage:

bindsym --to-code $mod+m exec sway-marker mark
bindsym --to-code $mod+grave exec sway-marker goto

After adding this to your sway config you can use marks like this:

mod+m and then type a character will create a mark on the currently focused container (window)

mod+grave(`) then type a character will focus the previously marked container.

Installation

Arch Linux: install the AUR package

Binary: you can download a binary from the releases page

Compiling: install rust, gtk and gtk-layer-shell and build with cargo build --release. The file will be in target/release/sway-marker.

About

Simple popup for using marks in Sway

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%