Popup command prompt just like i3-input but with more customizability and Xresources support
make && make install
xinp -F "Input goes here -> %s"
and after typing here
and confirming the input you get
xinp -F "Input goes -> %s" # Input goes -> here
xinp -f Inconsolata -p "cmd:"
xinp --bg 000000 --fg ffffff
As an arbitrary workspace switcher
bindsym $mod+s exec --no-startup-id xinp --i3 -f Inconsolata -l 1 -p 'workspace: ' -F 'workspace %s'
bindsym $mod+Ctrl+s exec --no-startup-id xinp --i3 -f Inconsolata -l 1 -p 'workspace: ' -F 'move container to workspace %s'
bindsym $mod+Shift+s exec --no-startup-id xinp --i3 -f Inconsolata -l 1 -p 'workspace: ' -F 'move container to workspace %s, workspace %s'
Requires:
- gcc
- cmake
- X11
- Xft
make
./cmake-build-debug/xinp
Nikola Tasić – [email protected]
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request