Skip to content
Snippets Groups Projects
Commit 0a588d21 authored by James Vasile's avatar James Vasile
Browse files

Add launch and sxkhd config

parent a4b1b47e
No related branches found
No related tags found
No related merge requests found
# Launchers for ~/src/infra/launch
[alacritty-editor]
target = "editor.editor"
launch = "alacritty --class=editor -T nvim --config-file=/home/james/.config/alacritty/alacritty.yaml --command=nvim"
[brave]
target = "brave-browser.Brave-browser"
launch = "brave-browser"
[devilspie]
target = "^devilspie2"
launch = "devilspie2 --debug"
[editor]
target = "emacs.Emacs"
launch = "emacs"
[emacs]
target = "emacs.Emacs"
launch = "emacs"
[vim]
target = "goneovim.goneovim"
launch = "goneovim"
[fcitx]
target = "/usr/bin/fcitx5"
launch = "/usr/bin/fcitx5"
[firefox]
target = "Navigator.firefox"
launch = "firefox"
[kitty]
target = "kitty.kitty"
launch = "kitty"
[kvim]
target = "kvim.editor"
launch = "GLFW_IM_MODULE=ibus kitty --class=editor --name vim -T kvim vim"
[qutebrowser]
target = "qutebrowser.qutebrowser"
launch = "qutebrowser"
[signal]
target = "signal.Signal"
launch = "signal-desktop"
[sxhkd]
target = "sxhkd"
launch = "sxhkd"
[vscode]
target = "code.Code"
launch = "code"
[wezterm]
target="org.wezfurlong.wezterm.org.wezfurlong.wezterm"
launch = "wezterm -e nvim"
[xvim]
target = "editor.XTerm"
launch = "xterm -bg black -fg green -title vim -name editor -e vim"
[zed]
target = "dev.zed.Zed.dev.zed.Zed"
launch = "zedit"
# SXHKD Config File
# This is processed by sxhkd, which is run via systemctl --user. The
# systemd file for this is in /etc/systemd/user
# We can do all of this in keyd, but keyd likes to do things as root, so this is
# better.
# Floatilla
super + Up
/home/james/src/floating-tiles/floatilla.py bigger
super + Down
/home/james/src/floating-tiles/floatilla.py smaller
super + Left
/home/james/src/floating-tiles/floatilla.py left
super + Right
/home/james/src/floating-tiles/floatilla.py right
# Launch apps
super + b
/home/james/bin/launch firefox
super + shift + b
/home/james/bin/launch brave
super + e
/home/james/bin/launch editor
super + shift + e
/home/james/bin/launch vim
super + f
/home/james/bin/launch thunar
super + g
/usr/local/bin/warpd --hint
super + t
/home/james/bin/launch kitty
super + q
/home/james/bin/launch qutebrowser
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment