some changes

This commit is contained in:
Jeremie Fraeys 2024-07-21 21:04:51 -04:00
parent 1fb451d003
commit 82aa3efc25
4 changed files with 10 additions and 3 deletions

3
.gitignore vendored
View file

@ -5,5 +5,8 @@ tmux/.config/tmux/plugins/*
vim/.vim/plugged/*
vim/.vim/undodir/*
jupyter/.ipython
jupyter/.jupyter
conda/.conda/*

5
.luarc.json Normal file
View file

@ -0,0 +1,5 @@
{
"diagnostics.globals": [
"vim"
]
}

View file

@ -40,9 +40,6 @@ floating_modifier $mod
# bindsym $mod+Return exec i3-sensible-terminal
bindsym $mod+Return exec i3-sensible-terminal
# kill focused window
# bindsym $mod+space exec "/home/theprimeagen/dotfiles/awesome-streamerrc/ThePrimeagen/tmux2"
bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
@ -206,3 +203,4 @@ bar {
status_command i3status
tray_output primary
}

View file

@ -31,3 +31,4 @@ load {
disk "/" {
format = "%avail"
}