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]
|
[env]
|
||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
decorations = "none"
|
|
||||||
startup_mode = "Maximized"
|
|
||||||
|
|
||||||
[window]
|
|
||||||
opacity = 0.70
|
|
||||||
|
|
||||||
[scrolling]
|
|
||||||
history = 100000
|
|
||||||
|
|
|
@ -59,12 +59,18 @@ text = "CellForeground"
|
||||||
cursor = "CellForeground"
|
cursor = "CellForeground"
|
||||||
text = "CellBackground"
|
text = "CellBackground"
|
||||||
|
|
||||||
|
[bell]
|
||||||
|
color = "0xf8f8f2"
|
||||||
|
|
||||||
|
[font]
|
||||||
|
size = 10.0
|
||||||
|
|
||||||
[font.bold]
|
[font.bold]
|
||||||
family = "monospace"
|
family = "Hack Nerd Font Mono"
|
||||||
style = "Bold"
|
style = "Bold"
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "monospace"
|
family = "Hack Nerd Font Mono"
|
||||||
style = "Regular"
|
style = "Regular"
|
||||||
|
|
||||||
[font.offset]
|
[font.offset]
|
||||||
|
|
|
@ -1,28 +1,26 @@
|
||||||
live_config_reload = true
|
live_config_reload = true
|
||||||
|
|
||||||
|
[window]
|
||||||
|
dynamic_padding = true
|
||||||
|
decorations = 'None'
|
||||||
|
opacity = 0.8
|
||||||
|
dynamic_title = true
|
||||||
|
|
||||||
|
[windows.class]
|
||||||
|
general = "alacritty"
|
||||||
|
|
||||||
[bell]
|
[bell]
|
||||||
animation = "EaseOutExpo"
|
animation = "EaseOutQuad"
|
||||||
duration = 2
|
duration = 150
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
draw_bold_text_with_bright_colors = true
|
draw_bold_text_with_bright_colors = true
|
||||||
|
|
||||||
[scrolling]
|
[scrolling]
|
||||||
history = 10000
|
history = 100000
|
||||||
multiplier = 1
|
multiplier = 3
|
||||||
|
|
||||||
[selection]
|
[selection]
|
||||||
save_to_clipboard = true
|
save_to_clipboard = true
|
||||||
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
|
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).
|
# 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
|
# Should you change your keyboard layout some time, delete
|
||||||
# this file and re-run i3-config-wizard(1).
|
# this file and re-run i3-config-wizard(1).
|
||||||
|
@ -170,6 +170,8 @@ workspace $ws8 output $monitor_vertical
|
||||||
workspace $ws9 output $monitor_integrated
|
workspace $ws9 output $monitor_integrated
|
||||||
workspace $ws10 output $monitor_integrated
|
workspace $ws10 output $monitor_integrated
|
||||||
|
|
||||||
|
bindsym $mod+x [urgent=latest] focus
|
||||||
|
|
||||||
# reload the configuration file
|
# reload the configuration file
|
||||||
bindsym $mod+Shift+c reload
|
bindsym $mod+Shift+c reload
|
||||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||||
|
@ -228,6 +230,8 @@ bar {
|
||||||
urgent_workspace #FF5555 #FF5555 #F8F8F2
|
urgent_workspace #FF5555 #FF5555 #F8F8F2
|
||||||
binding_mode #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 --no-startup-id feh --bg-fill ~/.dotfiles/i3/.wallpapers/mr-robot-hacker-10000x5625-15768.png
|
||||||
|
exec "setxkbmap -layout be"
|
||||||
|
|
1
setup.sh
1
setup.sh
|
@ -21,6 +21,7 @@ base=(
|
||||||
puppet
|
puppet
|
||||||
ssh
|
ssh
|
||||||
sway
|
sway
|
||||||
|
i3
|
||||||
terminfo
|
terminfo
|
||||||
tmux
|
tmux
|
||||||
vim
|
vim
|
||||||
|
|
Loading…
Add table
Reference in a new issue