some fixes
"
This commit is contained in:
parent
0e649eddbb
commit
3699d8a0b3
4 changed files with 14 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
import = [
|
||||
"~/.config/alacritty/alacritty-thems/dark_pride.toml",
|
||||
"~/.config/alacritty/alacritty-thems/dracula_plus.toml",
|
||||
"~/.config/alacritty/hactatio.toml"
|
||||
"~/.config/alacritty/hactario.toml"
|
||||
]
|
||||
|
||||
[env]
|
||||
|
|
|
@ -3,7 +3,7 @@ live_config_reload = true
|
|||
[window]
|
||||
dynamic_padding = true
|
||||
decorations = 'None'
|
||||
opacity = 0.8
|
||||
opacity = 0.70
|
||||
dynamic_title = true
|
||||
|
||||
[windows.class]
|
||||
|
@ -12,6 +12,7 @@ general = "alacritty"
|
|||
[bell]
|
||||
animation = "EaseOutQuad"
|
||||
duration = 150
|
||||
color = "0xf8f8f2"
|
||||
|
||||
[colors]
|
||||
draw_bold_text_with_bright_colors = true
|
||||
|
@ -24,3 +25,12 @@ multiplier = 3
|
|||
save_to_clipboard = true
|
||||
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
|
||||
|
||||
[font]
|
||||
size = 10.0
|
||||
|
||||
[font.normal]
|
||||
family = "Hack Nerd Font Mono"
|
||||
|
||||
[font.bold]
|
||||
family = "Hack Nerd Font Mono"
|
||||
style = "Bold"
|
||||
|
|
|
@ -52,7 +52,7 @@ beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua")
|
|||
|
||||
-- This is used later as the default terminal and editor to run.
|
||||
-- terminal = "x-terminal-emulator"
|
||||
terminal = "/home/qgodefro/.cargo/bin/alacritty"
|
||||
terminal = "alacritty"
|
||||
editor = os.getenv("EDITOR") or "editor"
|
||||
editor_cmd = terminal .. " -e " .. editor
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ floating_modifier $mod
|
|||
|
||||
# move tiling windows via drag & drop by left-clicking into the title bar,
|
||||
# or left-clicking anywhere into the window while holding the floating modifier.
|
||||
# tiling_drag modifier titlebar
|
||||
tiling_drag modifier titlebar
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec /etc/profiles/per-user/hactario/bin/alacritty
|
||||
|
|
Loading…
Add table
Reference in a new issue