mirror of
https://github.com/rbreaves/kinto.git
synced 2025-06-28 09:01:44 +02:00
10 lines
356 B
Bash
Executable File
10 lines
356 B
Bash
Executable File
#!/bin/bash
|
|
|
|
setxkbmap -option
|
|
# force command to run silently and report true
|
|
killall xbindkeys > /dev/null 2>&1 || :
|
|
# rm /tmp/kinto/caret
|
|
|
|
gsettings set org.gnome.desktop.wm.keybindings switch-applications "['<Alt>Tab']"
|
|
gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "['<Shift><Alt>Tab']"
|
|
pkill -f /.config/kinto/xactive.sh |