some fixes

"
This commit is contained in:
Hactarus 2024-09-30 18:47:13 +02:00
parent 0e649eddbb
commit 3699d8a0b3
4 changed files with 14 additions and 4 deletions

View file

@ -1,7 +1,7 @@
import = [ import = [
"~/.config/alacritty/alacritty-thems/dark_pride.toml", "~/.config/alacritty/alacritty-thems/dark_pride.toml",
"~/.config/alacritty/alacritty-thems/dracula_plus.toml", "~/.config/alacritty/alacritty-thems/dracula_plus.toml",
"~/.config/alacritty/hactatio.toml" "~/.config/alacritty/hactario.toml"
] ]
[env] [env]

View file

@ -3,7 +3,7 @@ live_config_reload = true
[window] [window]
dynamic_padding = true dynamic_padding = true
decorations = 'None' decorations = 'None'
opacity = 0.8 opacity = 0.70
dynamic_title = true dynamic_title = true
[windows.class] [windows.class]
@ -12,6 +12,7 @@ general = "alacritty"
[bell] [bell]
animation = "EaseOutQuad" animation = "EaseOutQuad"
duration = 150 duration = 150
color = "0xf8f8f2"
[colors] [colors]
draw_bold_text_with_bright_colors = true draw_bold_text_with_bright_colors = true
@ -24,3 +25,12 @@ multiplier = 3
save_to_clipboard = true save_to_clipboard = true
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t" semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
[font]
size = 10.0
[font.normal]
family = "Hack Nerd Font Mono"
[font.bold]
family = "Hack Nerd Font Mono"
style = "Bold"

View file

@ -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. -- This is used later as the default terminal and editor to run.
-- terminal = "x-terminal-emulator" -- terminal = "x-terminal-emulator"
terminal = "/home/qgodefro/.cargo/bin/alacritty" terminal = "alacritty"
editor = os.getenv("EDITOR") or "editor" editor = os.getenv("EDITOR") or "editor"
editor_cmd = terminal .. " -e " .. editor editor_cmd = terminal .. " -e " .. editor

View file

@ -51,7 +51,7 @@ floating_modifier $mod
# move tiling windows via drag & drop by left-clicking into the title bar, # 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. # or left-clicking anywhere into the window while holding the floating modifier.
# tiling_drag modifier titlebar tiling_drag modifier titlebar
# start a terminal # start a terminal
bindsym $mod+Return exec /etc/profiles/per-user/hactario/bin/alacritty bindsym $mod+Return exec /etc/profiles/per-user/hactario/bin/alacritty