Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Terminal based dialog utils for minimalistic setups

License

NotificationsYou must be signed in to change notification settings

mibli/i3-termdialogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This was created as a test of FTXUI library in an attempt to create terminal-based dialogs for i3use. It may be developed further in the future, it may not. :)

Building

Building should be as simple as:

mkdir buildcd buildcmake ..make

Dialogs

To allow small windows on i3, You have to configure minimum floating window size.You also need a rule that will make the terminal float. I use matching withfloatme title.

For example:

for_window [title="floatme"] floating enable    # make windows with "floatme" title floatfloating_minimum_size 50 x 20                   # lower the minimum floating window size                                                # to 50 width and 20 height

volume

Dialog for increasing and decreasing volume.

volume screenshot

Example usage:

urxvtc --geometry 60x3 --title floatme -e volume    # urxvt has a bug where new window height                                                    # is 1 row lower than specifiedst -g 60x2 -t floatme -e volumexterm -T floatme -g 60x2 -e .build/volume

About

Terminal based dialog utils for minimalistic setups

Topics

Resources

License

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp