feat(i3): Add i3 config

feat(alacritty): Migrate to toml
This commit is contained in:
Quentin Godefroid 2024-01-02 17:56:07 +01:00 committed by Hactarus
parent d3f99d9353
commit 9c084bfeb5
6 changed files with 29 additions and 28 deletions

View file

@ -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"

View file

@ -9,4 +9,4 @@ icons = "material-nf"
color_degraded = "#ebcb8b"
color_bad = "#bf616a"
interval = 1
separator = "*"
separator = "*"