diff options
| -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' |
