diff options
| author | Kumar Damani <kdamani@kepler.space> | 2022-01-17 15:30:29 +0000 |
|---|---|---|
| committer | Kumar Damani <kdamani@kepler.space> | 2022-01-17 15:30:29 +0000 |
| commit | 9b6affb7e7ed43310d5db94b0ae2abaf2e630a12 (patch) | |
| tree | 1dac596cdc845394835b37619f350788f3f7bd9a | |
| parent | 50d91d49964ce9d59b5268f9135223c5aa1b184f (diff) | |
tmux, compton updates
| -rw-r--r-- | compton/.config/compton.conf | 7 | ||||
| -rw-r--r-- | tmux/.config/tmux/tmux.conf | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf index 545c279..3a1c443 100644 --- a/compton/.config/compton.conf +++ b/compton/.config/compton.conf @@ -23,16 +23,16 @@ shadow = true; # The blur radius for shadows, in pixels. (defaults to 12) # shadow-radius = 12 -shadow-radius = 24; +shadow-radius = 12; # The opacity of shadows. (0.0 - 1.0, defaults to 0.75) shadow-opacity = 0.75; # The left offset for shadows, in pixels. (defaults to -15) -shadow-offset-x = -30; +shadow-offset-x = -15; # The top offset for shadows, in pixels. (defaults to -15) -shadow-offset-y = -30; +shadow-offset-y = -15; # Avoid drawing shadows on dock/panel windows. This option is deprecated, # you should use the *wintypes* option in your config file instead. @@ -451,3 +451,4 @@ wintypes: # popup_menu = { opacity = 0.8; } # dropdown_menu = { opacity = 0.8; } }; + diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 058d407..33bea37 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -8,8 +8,10 @@ ############################# ## set the default TERM -set -g default-terminal screen -set -as terminal-overrides ',st*:Ss@' +#set -g default-terminal screen +set -g default-terminal "screen-256color" + +# set -as terminal-overrides ',st*:Ss@' ## update the TERM variable of terminal emulator when creating a new session or attaching a existing session set -g update-environment 'DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY TERM' |
