KO
|
EN
gitlite — search
Search
#php
#java
#javascript
#python
#ruby
#hacktoberfest
#wordpress
#nodejs
#shell
#c-plus-plus
#logging
#android
hypr-empty
★ 42
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
discord-generator
:
Open source Discord token generator.
obsidian-avatar
:
An obsidian plugin for displaying an avatar image in front of your notes.
mpv-mpris2
:
Rust implementation of the MPRIS v2 DBus interface for the mpv media player.
WaveOpticsPropagation.jl
:
Propagate waves efficiently, optically, physically, differentiably with Julia Lang.
Litematica-Forge
:
Litematica unofficial (Neo)Forge port. A modern client-side schematic mod for Minecraft.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
hypr-empty
?
Download (.md)
# Hypr-empty Spawn a runner when switching to an empty workspace on Hyprland https://user-images.githubusercontent.com/96471299/229786216-96e08d27-ff66-4e55-a3a6-7ad376737817.mp4 ## Installation ```sh cargo install --git=https://github.com/nate-sys/hypr-empty ``` ## Usage 1) Create the file `~/.config/hypr-empty/config.toml` 2) Specify the commands you want to be run and the workspaces to run them in ```toml # Each command goes under a [[components]] [[components]] # List of workspaces hypr-empty should be active to workspaces = [ "1", "2" ] # If you're using wofi command = "wofi" args = ["-S", "drun"] # If you're using rofi command = "rofi" args = ["-show", "drun"] # arbitrary program command = "name_of_program" args = ["arg1", "arg2"] # You can specify different commands with multiple [[components]] # But only one workspaces/command/args per [[components]] [[components]] workspaces = [ "3" ] command = "firefox" # args is optional ``` 3) Add `hypr-empty` to your startup apps and make sure that `.cargo/bin` is in your path