mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 07:57:18 +00:00
+ Added keyboard layout config based on ru.map.gz, but with CapsLock
instead Ctrl+Shift + Added sakura.conf
This commit is contained in:
parent
5099a7946b
commit
36526c3588
6
kbdlayout/20-keyboard.conf
Normal file
6
kbdlayout/20-keyboard.conf
Normal file
@ -0,0 +1,6 @@
|
||||
Section "InputClass"
|
||||
Identifier "keyboard-layout"
|
||||
MatchIsKeyboard "on"
|
||||
Option "XkbLayout" "us,ru"
|
||||
Option "XkbOptions" "grp:caps_toggle,grp_led:caps"
|
||||
EndSection
|
BIN
kbdlayout/my.map.gz
Normal file
BIN
kbdlayout/my.map.gz
Normal file
Binary file not shown.
37
sakura.conf
Normal file
37
sakura.conf
Normal file
@ -0,0 +1,37 @@
|
||||
[sakura]
|
||||
forecolor=#c0c0c0
|
||||
backcolor=#000000
|
||||
opacity_level=99
|
||||
background=none
|
||||
font=Terminus 10
|
||||
show_always_first_tab=No
|
||||
scrollbar=false
|
||||
resize_grip=false
|
||||
closebutton=true
|
||||
tabs_on_bottom=false
|
||||
less_questions=false
|
||||
audible_bell=No
|
||||
visible_bell=No
|
||||
blinking_cursor=No
|
||||
cursor_type=VTE_CURSOR_SHAPE_BLOCK
|
||||
word_chars=-A-Za-z0-9,./?%&#_~
|
||||
palette=linux
|
||||
add_tab_accelerator=5
|
||||
del_tab_accelerator=5
|
||||
switch_tab_accelerator=8
|
||||
move_tab_accelerator=5
|
||||
copy_accelerator=5
|
||||
scrollbar_accelerator=5
|
||||
open_url_accelerator=5
|
||||
font_size_accelerator=4
|
||||
set_tab_name_accelerator=5
|
||||
add_tab_key=T
|
||||
del_tab_key=W
|
||||
prev_tab_key=Left
|
||||
next_tab_key=Right
|
||||
copy_key=C
|
||||
paste_key=V
|
||||
scrollbar_key=S
|
||||
set_tab_name_key=N
|
||||
fullscreen_key=F11
|
||||
icon_file=terminal-tango.svg
|
Loading…
Reference in New Issue
Block a user