chore: Update swhkd configuration file location
fix: adds missioncenter shortcut
This commit is contained in:
parent
7fffb9b324
commit
1c5ccb3a1b
2
bin/dotf
2
bin/dotf
@ -68,7 +68,7 @@ case $1 in
|
||||
$HOME/dotfiles/bin/actions/term.sh $@
|
||||
;;
|
||||
hotkey-daemon)
|
||||
bash -c "swhks & pkexec swhkd -c ~/dotfiles/config/swhkd/swhkdrc" &
|
||||
bash -c "swhks & pkexec swhkd -c ~/.config/swhkdrc" &
|
||||
;;
|
||||
*)
|
||||
printfe "%s\n" "red" "Unknown command $1"
|
||||
|
@ -30,7 +30,7 @@ ensure_swhkd() {
|
||||
|
||||
ensure_keyboard_shortcuts() {
|
||||
printfe "%s\n" "green" " - Setting up swhkd configuration..."
|
||||
ensure_swhkd > $HOME/dotfiles/config/swhkd/swhkdrc
|
||||
ensure_swhkd > $HOME/.config/swhkdrc
|
||||
|
||||
# Retrieve current custom keybindings
|
||||
existing_bindings=$(gsettings get org.gnome.settings-daemon.plugins.media-keys custom-keybindings | tr -d "[]'")
|
||||
|
@ -15,6 +15,9 @@ config:
|
||||
screenshot:
|
||||
shortcut: Shift + Alt + 4
|
||||
command: cosmic-screenshot --interactive
|
||||
missioncenter:
|
||||
shortcut: Ctrl + Shift + Escape
|
||||
command: flatpak run io.missioncenter.MissionCenter
|
||||
|
||||
# Commands to run after login
|
||||
startup:
|
||||
|
@ -1,6 +0,0 @@
|
||||
Ctrl + Alt + T
|
||||
alacritty
|
||||
|
||||
Shift + Alt + 4
|
||||
cosmic-screenshot --interactive
|
||||
|
Loading…
x
Reference in New Issue
Block a user