For now, let's stay with firefox, sadly.
This commit is contained in:
parent
53b30e9ab5
commit
46b5a458f6
8 changed files with 11 additions and 12 deletions
|
@ -4,7 +4,7 @@
|
|||
mkdir -p ~/.config ~/.local/bin
|
||||
|
||||
# link config
|
||||
for i in clipit dunst neofetch qutebrowser zathura; do
|
||||
for i in clipit dunst neofetch zathura; do
|
||||
rm -rf ~/.config/${i}
|
||||
ln -sf $XDG_DATA_HOME/repos/dotfiles/_desktop/${i} ~/.config
|
||||
done
|
||||
|
@ -16,4 +16,4 @@ for i in dconf gtk-3.0; do
|
|||
done
|
||||
|
||||
# copy firefox wrapper
|
||||
#ln -sf $XDG_DATA_HOME/repos/dotfiles/_desktop/firefox ~/.local/bin
|
||||
ln -sf $XDG_DATA_HOME/repos/dotfiles/_desktop/firefox ~/.local/bin
|
||||
|
|
|
@ -1,70 +0,0 @@
|
|||
font_family Roboto Mono Medium Nerd Font Complete
|
||||
bold_font Roboto Mono Bold Nerd Font Complete
|
||||
italic_font Roboto Mono Medium Italic Nerd Font Complete
|
||||
bold_italic_font Roboto Mono Bold Italic Nerd Font Complete
|
||||
font_size 11
|
||||
cursor #c7c7c7
|
||||
cursor_text_color #161616
|
||||
cursor_shape beam
|
||||
cursor_beam_thickness 1.5
|
||||
cursor_blink_interval 0
|
||||
scrollback_lines -1
|
||||
mouse_hide_wait 0.0
|
||||
url_color #005577
|
||||
url_style straight
|
||||
open_url_with $BROWSER
|
||||
clear_all_mouse_actions yes
|
||||
mouse_map left click ungrabbed mouse_handle_click selection link prompt
|
||||
mouse_map middle release ungrabbed paste_from_selection
|
||||
mouse_map left press ungrabbed mouse_selection normal
|
||||
mouse_map left doublepress ungrabbed mouse_selection word
|
||||
mouse_map left triplepress ungrabbed mouse_selection line
|
||||
mouse_map right press ungrabbed mouse_selection extend
|
||||
sync_to_monitor yes
|
||||
enable_audio_bell no
|
||||
window_alert_on_bell yes
|
||||
remember_window_size no
|
||||
initial_window_width 1200
|
||||
initial_window_height 800
|
||||
window_padding_width 2
|
||||
hide_window_decorations yes
|
||||
update_check_interval 0
|
||||
term xterm-256color
|
||||
|
||||
foreground #c7c7c7
|
||||
background #161616
|
||||
background_opacity 1.0
|
||||
selection_foreground #000000
|
||||
selection_background #fffacd
|
||||
color0 #161616
|
||||
color1 #fd4285
|
||||
color2 #a6e22d
|
||||
color3 #e5da72
|
||||
color4 #0094d8
|
||||
color5 #9a37ff
|
||||
color6 #50b6d8
|
||||
color7 #c7c7c7
|
||||
color8 #676767
|
||||
color9 #fa7fac
|
||||
color10 #bde271
|
||||
color11 #fff27f
|
||||
color12 #005577
|
||||
color13 #bd9eff
|
||||
color14 #5ed6fe
|
||||
color15 #feffff
|
||||
|
||||
kitty_mod ctrl
|
||||
clear_all_shortcuts yes
|
||||
map kitty_mod+shift+c copy_to_clipboard
|
||||
map kitty_mod+shift+v paste_from_clipboard
|
||||
map shift+insert paste_from_selection
|
||||
map kitty_mod+k scroll_line_up
|
||||
map kitty_mod+k scroll_line_up
|
||||
map kitty_mod+j scroll_line_down
|
||||
map kitty_mod+equal change_font_size all +2.0
|
||||
map kitty_mod+minus change_font_size all -2.0
|
||||
map kitty_mod+0 change_font_size all 0
|
||||
map kitty_mod+o open_url_with_hints
|
||||
map kitty_mod+x>l kitten hints --type line --program -
|
||||
map kitty_mod+x>w kitten hints --type word --program -
|
||||
map kitty_mod+shift+u kitten unicode_input
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,13 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>(empty)</title>
|
||||
</head>
|
||||
|
||||
<style>
|
||||
body { background-color: #272822 }
|
||||
</style>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue