Skip to content

Commit

Permalink
doc: fix license year, test badge branch
Browse files Browse the repository at this point in the history
  • Loading branch information
roosta committed Jan 22, 2025
1 parent d539401 commit c9664d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Daniel Berg
Copyright (c) 2017 Daniel Berg

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
i3wsr - i3 workspace renamer
======

[![Test Status](https://github.com/roosta/i3wsr/actions/workflows/test.yaml/badge.svg?branch=develop)](https://github.com/roosta/i3wsr/actions)
[![Test Status](https://github.com/roosta/i3wsr/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/roosta/i3wsr/actions)
[![Crates.io](https://img.shields.io/crates/v/i3wsr)](https://crates.io/crates/i3wsr)

A workspace renamer for [i3](https://i3wm.org/) and [Sway](https://swaywm.org/)
Expand Down Expand Up @@ -51,9 +51,11 @@ cargo build --release
Then place the built binary, located at `target/release/i3wsr`, somewhere on your `$path`.

### Arch linux

If you're running Arch you can install either [stable](https://aur.archlinux.org/packages/i3wsr/), or [latest](https://aur.archlinux.org/packages/i3wsr-git/) from AUR thanks to reddit user [u/OniTux](https://www.reddit.com/user/OniTux).

## Usage

Just launch the program and it'll listen for events if you are running I3.
Another option is to put something like this in your i3 config

Expand Down

0 comments on commit c9664d3

Please sign in to comment.