feat(i3): Add i3 config
feat(alacritty): Migrate to toml
This commit is contained in:
parent
d3f99d9353
commit
9c084bfeb5
6 changed files with 29 additions and 28 deletions
|
@ -1,12 +1,4 @@
|
|||
import = ["/home/hactario/.config/alacritty/dracula.toml", "/home/hactario/.config/alacritty/qgodefro.toml"]
|
||||
import = ["/home/qgodefro/.config/alacritty/dracula.toml", "/home/qgodefro/.config/alacritty/qgodefro.toml"]
|
||||
|
||||
[env]
|
||||
TERM = "xterm-256color"
|
||||
decorations = "none"
|
||||
startup_mode = "Maximized"
|
||||
|
||||
[window]
|
||||
opacity = 0.70
|
||||
|
||||
[scrolling]
|
||||
history = 100000
|
||||
|
|
|
@ -59,12 +59,18 @@ text = "CellForeground"
|
|||
cursor = "CellForeground"
|
||||
text = "CellBackground"
|
||||
|
||||
[bell]
|
||||
color = "0xf8f8f2"
|
||||
|
||||
[font]
|
||||
size = 10.0
|
||||
|
||||
[font.bold]
|
||||
family = "monospace"
|
||||
family = "Hack Nerd Font Mono"
|
||||
style = "Bold"
|
||||
|
||||
[font.normal]
|
||||
family = "monospace"
|
||||
family = "Hack Nerd Font Mono"
|
||||
style = "Regular"
|
||||
|
||||
[font.offset]
|
||||
|
|
|
@ -1,28 +1,26 @@
|
|||
live_config_reload = true
|
||||
|
||||
[window]
|
||||
dynamic_padding = true
|
||||
decorations = 'None'
|
||||
opacity = 0.8
|
||||
dynamic_title = true
|
||||
|
||||
[windows.class]
|
||||
general = "alacritty"
|
||||
|
||||
[bell]
|
||||
animation = "EaseOutExpo"
|
||||
duration = 2
|
||||
animation = "EaseOutQuad"
|
||||
duration = 150
|
||||
|
||||
[colors]
|
||||
draw_bold_text_with_bright_colors = true
|
||||
|
||||
[scrolling]
|
||||
history = 10000
|
||||
multiplier = 1
|
||||
history = 100000
|
||||
multiplier = 3
|
||||
|
||||
[selection]
|
||||
save_to_clipboard = true
|
||||
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
|
||||
|
||||
#[windows]
|
||||
#decorations = "none"
|
||||
#dynamic_title = true
|
||||
#opacity = 0.8
|
||||
|
||||
#[windows.class]
|
||||
#general = "alacritty"
|
||||
|
||||
#[windows.dimensions]
|
||||
#columns = 0
|
||||
#lines = 0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This file has been auto-generated by i3-config-wizard(1).
|
||||
# It will 'FiraCode Nerd Font Mono'not be overwritten, so edit it as you like.
|
||||
# It will not be overwritten, so edit it as you like.
|
||||
#
|
||||
# Should you change your keyboard layout some time, delete
|
||||
# this file and re-run i3-config-wizard(1).
|
||||
|
@ -170,6 +170,8 @@ workspace $ws8 output $monitor_vertical
|
|||
workspace $ws9 output $monitor_integrated
|
||||
workspace $ws10 output $monitor_integrated
|
||||
|
||||
bindsym $mod+x [urgent=latest] focus
|
||||
|
||||
# reload the configuration file
|
||||
bindsym $mod+Shift+c reload
|
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
|
@ -228,6 +230,8 @@ bar {
|
|||
urgent_workspace #FF5555 #FF5555 #F8F8F2
|
||||
binding_mode #FF5555 #FF5555 #F8F8F2
|
||||
}
|
||||
bindsym --release button3 exec --no-startup-id import ~/screenshot-$(date +%F-%T).png
|
||||
}
|
||||
|
||||
exec --no-startup-id feh --bg-fill ~/.dotfiles/i3/.wallpapers/mr-robot-hacker-10000x5625-15768.png
|
||||
exec "setxkbmap -layout be"
|
||||
|
|
|
@ -9,4 +9,4 @@ icons = "material-nf"
|
|||
color_degraded = "#ebcb8b"
|
||||
color_bad = "#bf616a"
|
||||
interval = 1
|
||||
separator = "*"
|
||||
separator = "*"
|
||||
|
|
1
setup.sh
1
setup.sh
|
@ -21,6 +21,7 @@ base=(
|
|||
puppet
|
||||
ssh
|
||||
sway
|
||||
i3
|
||||
terminfo
|
||||
tmux
|
||||
vim
|
||||
|
|
Loading…
Add table
Reference in a new issue