Popup command prompt just like i3-input but with more customizability and Xresources support
make && make installxinp -F "Input goes here -> %s"and after typing here and confirming the input you get
xinp -F "Input goes -> %s" # Input goes -> herexinp -f Inconsolata -p "cmd:"xinp --bg 000000 --fg ffffffAs 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/xinpNikola Tasić – nik@7aske.com
- 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