i3 config

This commit is contained in:
thek4n 2024-11-27 13:38:51 +03:00
parent bae26dbc66
commit 9e81d06b2e
3 changed files with 7 additions and 5 deletions

3
.gitignore vendored
View File

@ -33,3 +33,6 @@ home/user/.tmux/*
!home/user/.tmux/example-background-job
home/user/.config/git/local
home/user/.config/i3/config.d/*
!home/user/.config/i3/config.d/.gitkeep

View File

@ -60,9 +60,6 @@ bindsym $mod+g exec i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Goto: '
focus_follows_mouse no
popup_during_fullscreen smart
# start a terminal
bindsym $mod+Return exec alacritty
# kill focused window
bindsym $mod+Shift+q kill
@ -236,3 +233,5 @@ workspace hide2 output nonprimary
bindsym $mod+q exec --no-startup-id i3-msg workspace hide1; workspace hide2
no_focus [title="^Peek preview$"]
include ~/.config/i3/config.d/*.conf

View File