Fix Alacritty and Flameshot for X11
This commit is contained in:
@@ -1,15 +1,17 @@
|
|||||||
|
live_config_reload = true
|
||||||
|
working_directory = "None"
|
||||||
|
import = ["~/.config/alacritty/themes/catppuccin-mocha.toml"]
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
WINIT_X11_SCALE_FACTOR = "1"
|
WINIT_X11_SCALE_FACTOR = "1"
|
||||||
|
|
||||||
[terminal.shell]
|
|
||||||
program = "tmux"
|
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
dynamic_padding = true
|
dynamic_padding = true
|
||||||
decorations = "full"
|
decorations = "full"
|
||||||
title = "Terminal"
|
title = "Terminal"
|
||||||
opacity = 0.95
|
opacity = 0.95
|
||||||
|
blur = true
|
||||||
decorations_theme_variant = "Dark"
|
decorations_theme_variant = "Dark"
|
||||||
|
|
||||||
[window.dimensions]
|
[window.dimensions]
|
||||||
@@ -31,7 +33,7 @@ draw_bold_text_with_bright_colors = true
|
|||||||
size = 14
|
size = 14
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "0xProto Nerd Font "
|
family = "0xProto Nerd Font"
|
||||||
style = "Regular"
|
style = "Regular"
|
||||||
|
|
||||||
[font.bold]
|
[font.bold]
|
||||||
@@ -138,8 +140,3 @@ key = "Key0"
|
|||||||
mods = "Control"
|
mods = "Control"
|
||||||
action = "ResetFontSize"
|
action = "ResetFontSize"
|
||||||
|
|
||||||
[general]
|
|
||||||
live_config_reload = true
|
|
||||||
working_directory = "None"
|
|
||||||
import = ["~/.config/alacritty/themes/catppuccin-mocha.toml"]
|
|
||||||
|
|
||||||
|
|||||||
@@ -7,4 +7,3 @@ savePath=/home/fscotto/Pictures/Screenshots
|
|||||||
savePathFixed=true
|
savePathFixed=true
|
||||||
showStartupLaunchMessage=false
|
showStartupLaunchMessage=false
|
||||||
startupLaunch=false
|
startupLaunch=false
|
||||||
useGrimAdapter=true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user