mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +03:00
feat(*): minor updates
This commit is contained in:
parent
167f1d58ce
commit
483af5e3c4
3 changed files with 11 additions and 6 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
clear
|
clear
|
||||||
ctrl+semicolon start
|
ctrl+semicolon start
|
||||||
Super_L+bracketright start
|
Super_L+bracketright start
|
||||||
|
Super_R+bracketright start
|
||||||
Escape end
|
Escape end
|
||||||
ctrl+bracketleft end
|
ctrl+bracketleft end
|
||||||
q record ~/.keynav_macros
|
q record ~/.keynav_macros
|
||||||
|
|
@ -22,14 +23,18 @@ shift+Left move-left
|
||||||
shift+Right move-right
|
shift+Right move-right
|
||||||
shift+Up move-up
|
shift+Up move-up
|
||||||
shift+Down move-down
|
shift+Down move-down
|
||||||
space warp,click 1,end
|
space warp,click 3,end
|
||||||
Return warp,click 1,end
|
Return warp,click 1,end
|
||||||
Shift+Return warp,click 3,end
|
Shift+Return warp,doubleclick 1,end
|
||||||
semicolon warp,end
|
semicolon warp,end
|
||||||
w warp
|
w warp
|
||||||
t windowzoom
|
t windowzoom
|
||||||
c cursorzoom 300 300
|
c cursorzoom 300 300
|
||||||
e end
|
e end
|
||||||
|
u warp,click 4
|
||||||
|
d warp,click 5
|
||||||
1 click 1
|
1 click 1
|
||||||
2 click 2
|
2 click 2
|
||||||
3 click 3
|
3 click 3
|
||||||
|
4 click 4
|
||||||
|
5 click 5
|
||||||
4
.mailcap
4
.mailcap
|
|
@ -2,12 +2,12 @@
|
||||||
### Begin Red Hat Mailcap
|
### Begin Red Hat Mailcap
|
||||||
###
|
###
|
||||||
|
|
||||||
audio/*; /usr/bin/xdg-open %s
|
audio/*; mpc add %s
|
||||||
|
|
||||||
image/*; /usr/bin/xdg-open %s
|
image/*; /usr/bin/xdg-open %s
|
||||||
|
|
||||||
application/msword; /usr/bin/xdg-open %s
|
application/msword; /usr/bin/xdg-open %s
|
||||||
application/pdf; /usr/bin/xdg-open %s
|
application/pdf; zathura %s
|
||||||
application/postscript ; /usr/bin/xdg-open %s
|
application/postscript ; /usr/bin/xdg-open %s
|
||||||
|
|
||||||
text/html; /usr/bin/xdg-open %s
|
text/html; /usr/bin/xdg-open %s
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
{"replace_slash_with_dot": true, "account": "thexcloud@gmail.com", "timeout": 600, "drop_non_existing_label": false, "ignore_empty_history": false, "ignore_tags": ["new"], "ignore_remote_labels": ["CATEGORY_PROMOTIONS", "CATEGORY_SOCIAL", "CATEGORY_FORUMS", "CATEGORY_UPDATES", "CATEGORY_PERSONAL"], "remove_local_messages": true, "file_extension": ""}
|
{"replace_slash_with_dot": true, "account": "thexcloud@gmail.com", "timeout": 600, "drop_non_existing_label": false, "ignore_empty_history": false, "ignore_tags": ["progin", "main", "new"], "ignore_remote_labels": ["CATEGORY_PROMOTIONS", "CATEGORY_SOCIAL", "CATEGORY_PERSONAL", "CATEGORY_UPDATES", "CATEGORY_FORUMS"], "remove_local_messages": true, "file_extension": ""}
|
||||||
Loading…
Add table
Reference in a new issue