Compare commits
5 Commits
9526077d0f
...
f8c18a8373
Author | SHA1 | Date | |
---|---|---|---|
|
f8c18a8373 | ||
|
c098057581 | ||
|
b12f8cce60 | ||
|
c524955391 | ||
|
61aa83d7e5 |
@ -1,5 +1,9 @@
|
|||||||
partial alphanumeric_keys modifier_keys
|
partial alphanumeric_keys modifier_keys
|
||||||
xkb_symbols "dvorak" {
|
//xkb_keymap {
|
||||||
|
// xkb_keycodes { include "evdev+aliases(qwerty)" };
|
||||||
|
// xkb_types { include "complete" };
|
||||||
|
// xkb_compat { include "complete" };
|
||||||
|
xkb_symbols "dvorak-custom" {
|
||||||
name[Group1]="English (Dvorak, custom)";
|
name[Group1]="English (Dvorak, custom)";
|
||||||
|
|
||||||
key <BKSP> {[ BackSpace, BackSpace ]};
|
key <BKSP> {[ BackSpace, BackSpace ]};
|
||||||
@ -178,8 +182,8 @@ xkb_symbols "dvorak" {
|
|||||||
|
|
||||||
key <TLDE> {[grave, asciitilde, U00B0, U00B0 ]};
|
key <TLDE> {[grave, asciitilde, U00B0, U00B0 ]};
|
||||||
|
|
||||||
key <AE01> {[ 1, exclam, U00B9, U2081 ]};
|
|
||||||
key.type[Group1] = "EIGHT_LEVEL";
|
key.type[Group1] = "EIGHT_LEVEL";
|
||||||
|
key <AE01> {[ 1, exclam, U00B9, U2081, 1, U2260, 1, U2260 ]};
|
||||||
key <AE02> {[ 2, at, U00B2, U2082, U00BD, U2161, U2154, U2156 ]};
|
key <AE02> {[ 2, at, U00B2, U2082, U00BD, U2161, U2154, U2156 ]};
|
||||||
key <AE03> {[ 3, numbersign, U00B3, U2083, U00A7, U00A7, U00A7, U00A7 ]};
|
key <AE03> {[ 3, numbersign, U00B3, U2083, U00A7, U00A7, U00A7, U00A7 ]};
|
||||||
key <AE04> {[ 4, U0024, U2074, U2084, U00BC, U00BE ]};
|
key <AE04> {[ 4, U0024, U2074, U2084, U00BC, U00BE ]};
|
||||||
@ -190,7 +194,7 @@ xkb_symbols "dvorak" {
|
|||||||
key <AE09> {[ 9, parenleft, dead_grave ]};
|
key <AE09> {[ 9, parenleft, dead_grave ]};
|
||||||
key <AE10> {[ 0, parenright, U2070, U2080 ]};
|
key <AE10> {[ 0, parenright, U2070, U2080 ]};
|
||||||
key <AE11> {[ bracketleft, braceleft ]};
|
key <AE11> {[ bracketleft, braceleft ]};
|
||||||
key <AE12> {[ bracketright, braceright, dead_tilde]};
|
key <AE12> {[ bracketright, braceright, dead_acute, dead_grave ]};
|
||||||
|
|
||||||
key <AD01> {[ apostrophe, quotedbl, dead_acute, dead_diaeresis ]};
|
key <AD01> {[ apostrophe, quotedbl, dead_acute, dead_diaeresis ]};
|
||||||
key <AD02> {[ comma, less, adiaeresis, dead_caron ]};
|
key <AD02> {[ comma, less, adiaeresis, dead_caron ]};
|
||||||
@ -216,11 +220,11 @@ xkb_symbols "dvorak" {
|
|||||||
key <AC06> {[d, D, U03B4, U0394 ]};
|
key <AC06> {[d, D, U03B4, U0394 ]};
|
||||||
key <AC07> {[ h, H ]};
|
key <AC07> {[ h, H ]};
|
||||||
key.type[Group1] = "EIGHT_LEVEL";
|
key.type[Group1] = "EIGHT_LEVEL";
|
||||||
key <AC08> {[ t, T, U2122, U0398, U27C2, U27C2 ]};
|
key <AC08> {[ t, T, U2122, U0398, U03C4, U27C2 ]};
|
||||||
key.type[Group1] = "FOUR_LEVEL";
|
key.type[Group1] = "FOUR_LEVEL";
|
||||||
key <AC09> {[ n, N, U2115, U2115 ]};
|
key <AC09> {[ n, N, U2115, U2115 ]};
|
||||||
key.type[Group1] = "EIGHT_LEVEL";
|
key.type[Group1] = "EIGHT_LEVEL";
|
||||||
key <AC10> {[ s, S, U00DF, U1E9E, U2211, U2211, U2211, U2211 ]};
|
key <AC10> {[ s, S, U00DF, U1E9E, U03C3, U2211 ]};
|
||||||
key <AC11> {[ minus, underscore, U2192, U2191, U2194, U21AE, U21D2, U21F6 ]};
|
key <AC11> {[ minus, underscore, U2192, U2191, U2194, U21AE, U21D2, U21F6 ]};
|
||||||
|
|
||||||
key.type[Group1] = "FOUR_LEVEL";
|
key.type[Group1] = "FOUR_LEVEL";
|
||||||
@ -245,3 +249,5 @@ xkb_symbols "dvorak" {
|
|||||||
include "level3(ralt_switch)"
|
include "level3(ralt_switch)"
|
||||||
include "level5(modifier_mapping)"
|
include "level5(modifier_mapping)"
|
||||||
};
|
};
|
||||||
|
//xkb_geometry { include "pc(pc105)" };
|
||||||
|
//};
|
@ -1,29 +1,44 @@
|
|||||||
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||||
# The parser is also very primitive, and not human-friendly.
|
# The parser is also very primitive, and not human-friendly.
|
||||||
|
htop_version=3.1.1
|
||||||
|
config_reader_min_version=2
|
||||||
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
||||||
sort_key=39
|
sort_key=39
|
||||||
sort_direction=1
|
sort_direction=-1
|
||||||
hide_threads=1
|
tree_sort_key=0
|
||||||
|
tree_sort_direction=1
|
||||||
hide_kernel_threads=1
|
hide_kernel_threads=1
|
||||||
hide_userland_threads=1
|
hide_userland_threads=1
|
||||||
shadow_other_users=0
|
shadow_other_users=0
|
||||||
show_thread_names=0
|
show_thread_names=0
|
||||||
show_program_path=0
|
show_program_path=0
|
||||||
highlight_base_name=1
|
highlight_base_name=1
|
||||||
|
highlight_deleted_exe=1
|
||||||
highlight_megabytes=1
|
highlight_megabytes=1
|
||||||
highlight_threads=1
|
highlight_threads=1
|
||||||
tree_view=0
|
highlight_changes=0
|
||||||
|
highlight_changes_delay_secs=5
|
||||||
|
find_comm_in_cmdline=1
|
||||||
|
strip_exe_from_cmdline=1
|
||||||
|
show_merged_command=0
|
||||||
|
tree_view=1
|
||||||
|
tree_view_always_by_pid=0
|
||||||
|
all_branches_collapsed=0
|
||||||
header_margin=1
|
header_margin=1
|
||||||
detailed_cpu_time=0
|
detailed_cpu_time=0
|
||||||
cpu_count_from_zero=0
|
cpu_count_from_one=1
|
||||||
show_cpu_usage=1
|
show_cpu_usage=1
|
||||||
show_cpu_frequency=1
|
show_cpu_frequency=1
|
||||||
|
show_cpu_temperature=0
|
||||||
|
degree_fahrenheit=0
|
||||||
update_process_names=0
|
update_process_names=0
|
||||||
account_guest_in_cpu_meter=0
|
account_guest_in_cpu_meter=0
|
||||||
color_scheme=0
|
color_scheme=0
|
||||||
enable_mouse=1
|
enable_mouse=1
|
||||||
delay=15
|
delay=15
|
||||||
left_meters=AllCPUs2 Memory Swap
|
hide_function_bar=0
|
||||||
left_meter_modes=1 1 1
|
header_layout=two_50_50
|
||||||
right_meters=Tasks LoadAverage Uptime PressureStallMemorySome PressureStallCPUSome PressureStallIOSome CPU
|
column_meters_0=AllCPUs2 Memory Swap
|
||||||
right_meter_modes=2 2 2 2 2 2 1
|
column_meter_modes_0=1 1 1
|
||||||
|
column_meters_1=Tasks LoadAverage Uptime PressureStallMemorySome PressureStallCPUSome PressureStallIOSome CPU Systemd
|
||||||
|
column_meter_modes_1=2 2 2 2 2 2 1 2
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
< playlist_next
|
< playlist_next
|
||||||
> playlist_prev
|
> playlist_prev
|
||||||
d run rm ${path}
|
ALT+d run rm ${path}
|
||||||
Alt+LEFT script-message Cycle_Video_Rotate -90
|
Alt+LEFT script-message Cycle_Video_Rotate -90
|
||||||
Alt+RIGHT script-message Cycle_Video_Rotate 90
|
Alt+RIGHT script-message Cycle_Video_Rotate 90
|
||||||
|
Alt+r script-message RBS-init
|
||||||
|
Alt+UP script-message RBS-upvote
|
||||||
|
Alt+DOWN script-message RBS-downvote
|
||||||
|
@ -17,4 +17,3 @@ if !has('nvim') | set viminfofile=$XDG_CACHE_HOME/vim/viminfo | endif
|
|||||||
|
|
||||||
syntax on
|
syntax on
|
||||||
set mouse-=a
|
set mouse-=a
|
||||||
nnoremap <C-n> :NERDTreeFind<CR>
|
|
||||||
|
@ -65,6 +65,7 @@ export LC_CTYPE=C.utf8
|
|||||||
export EXA_COLORS='*.opus=38;5;248:*.ogg=38;5;248'
|
export EXA_COLORS='*.opus=38;5;248:*.ogg=38;5;248'
|
||||||
export TIME_STYLE=long-iso
|
export TIME_STYLE=long-iso
|
||||||
export NPM_PACKAGES="${HOME}/.local/share/npm"
|
export NPM_PACKAGES="${HOME}/.local/share/npm"
|
||||||
|
export SSH_ASKPASS_REQUIRE='prefer'
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user