More sane keybindings
This commit is contained in:
parent
13a81221ad
commit
30eb74c08c
1 changed files with 17 additions and 5 deletions
|
|
@ -6,26 +6,38 @@ super + shift + r
|
||||||
pkill -usr1 -x sxhkd; notify-send 'sxhkd' 'Reloaded config'
|
pkill -usr1 -x sxhkd; notify-send 'sxhkd' 'Reloaded config'
|
||||||
|
|
||||||
# Running dmenu/rofi scripts
|
# Running dmenu/rofi scripts
|
||||||
super + d
|
ctrl + alt + BackSpace
|
||||||
|
$TERMINAL -e $SHELL -c 'htop'
|
||||||
|
super + r
|
||||||
menu-run
|
menu-run
|
||||||
super + D
|
super + d; p
|
||||||
rofi-pass
|
rofi-pass
|
||||||
super + S
|
super + d; s
|
||||||
menu-sink
|
menu-sink
|
||||||
super + grave
|
super + grave
|
||||||
menu-unicode
|
menu-unicode
|
||||||
super + M
|
super + d; l
|
||||||
menu-layout
|
menu-layout
|
||||||
super + n
|
super + n
|
||||||
menu-norg
|
menu-norg
|
||||||
|
|
||||||
|
# Change layouts
|
||||||
|
super + C
|
||||||
|
autorandr --change --default default
|
||||||
|
|
||||||
# Spawn programs
|
# Spawn programs
|
||||||
|
super + c
|
||||||
|
emacsclient -c -a "emacs" -n --eval '(progn (set-frame-font "FiraCode Nerd Font") (cfw:open-org-calendar))'
|
||||||
|
super + u
|
||||||
|
emacsclient -c -a "emacs" -n --eval '(vterm-frame)'
|
||||||
super + Return
|
super + Return
|
||||||
$TERMINAL
|
$TERMINAL
|
||||||
super + w
|
super + w
|
||||||
$BROWSER
|
$BROWSER
|
||||||
super + e
|
super + e
|
||||||
$TERMINAL -t "lf" -e $SHELL -c 'tmp="$(mktemp)" && command lf -last-dir-path="$tmp" "$@" && test -f "$tmp" && dir="$(command cat "$tmp")" && rm -f "$tmp" && test -d "$dir" && cd "$dir" && exec $SHELL'
|
$TERMINAL -e $SHELL -c 'tmp="$(mktemp)" && command lf -last-dir-path="$tmp" "$@" && test -f "$tmp" && dir="$(command cat "$tmp")" && rm -f "$tmp" && test -d "$dir" && cd "$dir" && exec $SHELL'
|
||||||
|
super + s; e
|
||||||
|
emacsclient -c -a 'emacs'
|
||||||
|
|
||||||
# Implementing basic control hotkeys
|
# Implementing basic control hotkeys
|
||||||
super + l
|
super + l
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue