mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(keynav): add
This commit is contained in:
parent
b7a40a3b7c
commit
e7b0bbc58f
3 changed files with 42 additions and 3 deletions
|
|
@ -385,8 +385,9 @@ exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
exec_always "feh --bg-fill ~/Pictures/wallpaper-2.jpg"
|
exec_always "feh --bg-fill ~/Pictures/wallpaper-2.jpg"
|
||||||
# exec_always "/home/pavel/bin/scripts/wallgif /home/pavel/Videos/OMSBG7.mov"
|
# exec_always "/home/pavel/bin/scripts/wallgif /home/pavel/Videos/OMSBG7.mov"
|
||||||
|
|
||||||
# Compton
|
# Picom
|
||||||
exec compton
|
exec picom
|
||||||
|
exec keynav
|
||||||
|
|
||||||
# Some scripts
|
# Some scripts
|
||||||
exec_always --no-startup-id set_layout
|
exec_always --no-startup-id set_layout
|
||||||
|
|
|
||||||
35
.config/keynav/keynavrc
Normal file
35
.config/keynav/keynavrc
Normal file
|
|
@ -0,0 +1,35 @@
|
||||||
|
clear
|
||||||
|
ctrl+semicolon start
|
||||||
|
Super_L+bracketright start
|
||||||
|
Escape end
|
||||||
|
ctrl+bracketleft end
|
||||||
|
q record ~/.keynav_macros
|
||||||
|
shift+at playback
|
||||||
|
a history-back
|
||||||
|
Left cut-left
|
||||||
|
Right cut-right
|
||||||
|
Down cut-down
|
||||||
|
Up cut-up
|
||||||
|
h cut-left
|
||||||
|
j cut-down
|
||||||
|
k cut-up
|
||||||
|
l cut-right
|
||||||
|
shift+h move-left
|
||||||
|
shift+j move-down
|
||||||
|
shift+k move-up
|
||||||
|
shift+l move-right
|
||||||
|
shift+Left move-left
|
||||||
|
shift+Right move-right
|
||||||
|
shift+Up move-up
|
||||||
|
shift+Down move-down
|
||||||
|
space warp,click 1,end
|
||||||
|
Return warp,click 1,end
|
||||||
|
Shift+Return warp,click 3,end
|
||||||
|
semicolon warp,end
|
||||||
|
w warp
|
||||||
|
t windowzoom
|
||||||
|
c cursorzoom 300 300
|
||||||
|
e end
|
||||||
|
1 click 1
|
||||||
|
2 click 2
|
||||||
|
3 click 3
|
||||||
|
|
@ -103,7 +103,10 @@ fade-out-step = 0.03;
|
||||||
# fade-delta = 10
|
# fade-delta = 10
|
||||||
|
|
||||||
# Specify a list of conditions of windows that should not be faded.
|
# Specify a list of conditions of windows that should not be faded.
|
||||||
# fade-exclude = []
|
fade-exclude = [
|
||||||
|
"class_i = 'keynav'",
|
||||||
|
"class_g = 'keynav'",
|
||||||
|
]
|
||||||
|
|
||||||
# Do not fade on window open/close.
|
# Do not fade on window open/close.
|
||||||
# no-fading-openclose = false
|
# no-fading-openclose = false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue