Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dotfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
James Vasile
Dotfiles
Commits
0a588d21
Commit
0a588d21
authored
5 months ago
by
James Vasile
Browse files
Options
Downloads
Patches
Plain Diff
Add launch and sxkhd config
parent
a4b1b47e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
files/.config/launch.toml
+70
-0
70 additions, 0 deletions
files/.config/launch.toml
files/.config/sxhkd/sxhkdrc
+35
-0
35 additions, 0 deletions
files/.config/sxhkd/sxhkdrc
with
105 additions
and
0 deletions
files/.config/launch.toml
0 → 100644
+
70
−
0
View file @
0a588d21
# 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"
This diff is collapsed.
Click to expand it.
files/.config/sxhkd/sxhkdrc
0 → 100644
+
35
−
0
View file @
0a588d21
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment