Add: i3, polybar, rofi, redshift config

This commit is contained in:
Smirnov Olexandr 2020-09-27 21:55:01 +03:00
parent 68604c9c6a
commit f8ffdbda2e
15 changed files with 1356 additions and 0 deletions

238
config/kitty/kitty.conf Normal file
View file

@ -0,0 +1,238 @@
#: MOD
kitty_mod ctrl+shift
clear_all_shortcuts no
#: Font
font_family Jetbrains Mono
bold_font auto
italic_font auto
bold_italic_font auto
font_size 12.0
adjust_line_height 0
adjust_column_width 0
disable_ligatures never
font_features none
box_drawing_scale 0.001, 1, 1.5, 2
#: Cursor
cursor #dfdfdf
cursor_text_color #7d7d7d
#cursor_shape block
cursor_shape beam
cursor_beam_thickness 1.5
cursor_underline_thickness 2.0
cursor_blink_interval 0
cursor_stop_blinking_after 15.0
#: Bell
enable_audio_bell no
visual_bell_duration 0.0
window_alert_on_bell no
command_on_bell none
bell_on_tab no
#: Scrollback (History)
scrollback_lines 500
scrollback_pager less --chop-long-lines --RAW-CONTROL-CHARS +INPUT_LINE_NUMBER
scrollback_pager_history_size 0
wheel_scroll_multiplier 5.0
touch_scroll_multiplier 1.0
#: Mouse
mouse_hide_wait 2.5
url_color #4ecdc4
url_style curly
open_url_modifiers kitty_mod
open_url_with default
url_prefixes http https file ftp
copy_on_select yes
strip_trailing_spaces never
rectangle_select_modifiers ctrl+alt
terminal_select_modifiers shift
select_by_word_characters :@-./_~?&=%+#
click_interval -1.0
focus_follows_mouse yes
pointer_shape_when_grabbed arrow
#: Perfomance
repaint_delay 10
input_delay 3
sync_to_monitor yes
command_on_bell none
#: Window
remember_window_size yes
initial_window_width 640
initial_window_height 480
enabled_layouts *
window_resize_step_cells 2
window_resize_step_lines 2
window_border_width 1.0
draw_minimal_borders no
window_margin_width 0.0
single_window_margin_width -1000.0
window_padding_width 0.0
placement_strategy center
active_border_color #073642
inactive_border_color #292f36
bell_border_color #ff5a00
inactive_text_alpha 1.0
hide_window_decorations no
resize_debounce_time 0.1
resize_draw_strategy static
resize_in_steps no
#: Tabs
tab_bar_edge bottom
tab_bar_margin_width 0.0
tab_bar_style powerline
tab_bar_min_tabs 2
tab_switch_strategy previous
tab_fade 0.25 0.5 0.75 1
tab_separator " ┇"
tab_title_template "{title}"
active_tab_title_template none
active_tab_foreground #dfdfdf
active_tab_background #073642
active_tab_font_style bold-italic
inactive_tab_foreground #dfdfdf
inactive_tab_background #292f36
inactive_tab_font_style normal
tab_bar_background none
#: Theming
foreground #dfdfdf
background_opacity 0.87
background_image none
background_image_layout tiled
background_image_linear no
dynamic_background_opacity no
background_tint 0.0
dim_opacity 0.75
selection_foreground #edebd7
selection_background #073642
#: Keyboard Shortcuts
#: #: Clipboard
map ctrl+shift+c copy_to_clipboard
map ctrl+shift+v paste_from_clipboard
map shift+insert paste_from_selection
map kitty_mod+o pass_selection_to_program
#: #: Scroll
map kitty_mod+up scroll_line_up
map kitty_mod+k scroll_line_up
map kitty_mod+down scroll_line_down
map kitty_mod+j scroll_line_down
map kitty_mod+page_up scroll_page_up
map kitty_mod+page_down scroll_page_down
map kitty_mod+home scroll_home
map kitty_mod+end scroll_end
map kitty_mod+h show_scrollback
#: #: Window
map kitty_mod+F9 new_os_window
map kitty_mod+enter new_window
map kitty_mod+x close_window
map kitty_mod+] next_window
map kitty_mod+[ previous_window
map kitty_mod+f move_window_forward
map kitty_mod+b move_window_backward
map kitty_mod+` move_window_to_top
map kitty_mod+r start_resizing_window
#: #: Tab
map kitty_mod+l next_tab
map kitty_mod+h previous_tab
map kitty_mod+t new_tab
map kitty_mod+q close_tab
map kitty_mod+. set_tab_title
map kitty_mod+1 first_window
map kitty_mod+2 second_window
map kitty_mod+3 third_window
map kitty_mod+4 fourth_window
map kitty_mod+5 fifth_window
map kitty_mod+6 sixth_window
map kitty_mod+7 seventh_window
map kitty_mod+8 eighth_window
map kitty_mod+9 ninth_window
map kitty_mod+0 tenth_window
#: #: Layouts
map kitty_mod+l next_layout
#: #: Font Size
map kitty_mod+equal change_font_size all +2.0
map kitty_mod+minus change_font_size all -2.0
map kitty_mod+backspace change_font_size all 0
#:#: Other
map f11 toggle_fullscreen
map kitty_mod+f10 toggle_maximized
map kitty_mod+u kitten unicode_input
map kitty_mod+f2 edit_config_file
map kitty_mod+escape kitty_shell window
map kitty_mod+delete clear_terminal reset active
selection_background #073642
selection_foreground #edebd7
foreground #d2dae2
background #1e272e
cursorColor #d2dae2
color0 #1e272e
color8 #485460
color1 #ff3f34
color9 #ff5e57
color2 #05c46b
color10 #0be881
color3 #ffa801
color11 #ffc048
color4 #3c40c6
color12 #575fcf
color5 #f53b57
color13 #ef5777
color6 #0fbcf9
color14 #4bcffa
color7 #808e9b
color15 #d2dae2