diff options
| -rw-r--r-- | .bashrc | 4 | ||||
| -rw-r--r-- | .config/kitty/kitty.conf | 32 |
2 files changed, 16 insertions, 20 deletions
@@ -26,10 +26,6 @@ export NO_AT_BRIDGE=1 stty start undef -# don't put duplicate lines or lines starting with space in the history. -# See bash(1) for more options -HISTCONTROL=ignoreboth - # append to the history file, don't overwrite it shopt -s histappend diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 86dfdbd..bdfcfb3 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -67,7 +67,7 @@ adjust_baseline 0 #: them down. The underline and strikethrough positions are adjusted #: accordingly. -symbol_map +# symbol_map #: E.g. symbol_map U+E0A0-U+E0A3,U+E0C0-U+E0C7 PowerlineSymbols @@ -99,7 +99,7 @@ disable_ligatures never #: implemented using the calt OpenType feature. For disabling general #: ligatures, use the font_features setting. -font_features +font_features none #: E.g. font_features none @@ -308,7 +308,7 @@ detect_urls yes #: underline and the mouse cursor becomes a hand over them. Even if #: this option is disabled, URLs are still clickable. -url_excluded_characters +# url_excluded_characters #: Additional characters to be disallowed from URLs, when detecting #: URLs under the mouse cursor. By default, all characters legal in @@ -902,7 +902,7 @@ inactive_tab_font_style normal #: The foreground and background colors -background_opacity 1.0 +# background_opacity 1.0 #: The opacity of the background. A number between 0 and 1, where 1 is #: opaque and 0 is fully transparent. This will only work if @@ -937,7 +937,7 @@ background_image_linear no #: When background image is scaled, whether linear interpolation #: should be used. -dynamic_background_opacity yes +# dynamic_background_opacity yes #: Allow changing of the background_opacity dynamically, using either #: keyboard shortcuts (increase_background_opacity and @@ -953,7 +953,7 @@ background_tint 0.0 #: background_opacity is set and transparent windows are supported or #: background_image is set. -dim_opacity 0.75 +# dim_opacity 0.75 #: How much to dim text that has the DIM/FAINT attribute set. One #: means no dimming and zero means fully dimmed (i.e. invisible). @@ -1089,7 +1089,7 @@ listen_on unix:@mykitty #: details. Changing this option by reloading the config is not #: supported. -env +# env #: Specify environment variables to set in all child processes. Note #: that environment variables are expanded recursively, so if you @@ -1102,7 +1102,7 @@ env #: VAR= will set it to the empty string and using just VAR will delete #: the variable from the child process' environment. -watcher +# watcher #: Path to python file which will be loaded for #: https://sw.kovidgoyal.net/kitty/launch/#watchers. Can be specified @@ -1111,7 +1111,7 @@ watcher #: to the kitty config directory. Note that reloading the config will #: only affect windows created after the reload. -exe_search_path +# exe_search_path #: Control where kitty looks to find programs to run. The default #: search order is: First search the system wide PATH, then @@ -1168,7 +1168,7 @@ clipboard_max_size 64 #: that will be stored for writing to the system clipboard. See also #: clipboard_control. A value of zero means no size limit is applied. -file_transfer_confirmation_bypass +# file_transfer_confirmation_bypass #: A password, that can be supplied to the file transfer kitten to #: skip the transfer confirmation prompt. This should only be used @@ -1371,7 +1371,7 @@ clear_all_shortcuts no #: You can have kitty remove all shortcut definition seen up to this #: point. Useful, for instance, to remove the default shortcuts. -action_alias +# action_alias #: E.g. action_alias launch_tab launch --type=tab --cwd=current @@ -1388,7 +1388,7 @@ action_alias #: action_alias hints kitten hints --hints-offset=0 -kitten_alias +# kitten_alias #: E.g. kitten_alias hints hints --hints-offset=0 @@ -1875,19 +1875,19 @@ map kitty_mod+escape kitty_shell window #: Increase background opacity -map kitty_mod+a>m set_background_opacity +0.1 +# map kitty_mod+a>m set_background_opacity +0.1 #: Decrease background opacity -map kitty_mod+a>l set_background_opacity -0.1 +# map kitty_mod+a>l set_background_opacity -0.1 #: Make background fully opaque -map kitty_mod+a>1 set_background_opacity 1 +# map kitty_mod+a>1 set_background_opacity 1 #: Reset background opacity -map kitty_mod+a>d set_background_opacity default +# map kitty_mod+a>d set_background_opacity default #: Reset the terminal |
