diff --git a/kbdlayout/20-keyboard.conf b/kbdlayout/20-keyboard.conf new file mode 100644 index 0000000..e717c46 --- /dev/null +++ b/kbdlayout/20-keyboard.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "keyboard-layout" + MatchIsKeyboard "on" + Option "XkbLayout" "us,ru" + Option "XkbOptions" "grp:caps_toggle,grp_led:caps" +EndSection diff --git a/kbdlayout/my.map.gz b/kbdlayout/my.map.gz new file mode 100644 index 0000000..b3ecc84 Binary files /dev/null and b/kbdlayout/my.map.gz differ diff --git a/sakura.conf b/sakura.conf new file mode 100644 index 0000000..26d1318 --- /dev/null +++ b/sakura.conf @@ -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