some changes
This commit is contained in:
parent
1fb451d003
commit
82aa3efc25
4 changed files with 10 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -5,5 +5,8 @@ tmux/.config/tmux/plugins/*
|
||||||
vim/.vim/plugged/*
|
vim/.vim/plugged/*
|
||||||
vim/.vim/undodir/*
|
vim/.vim/undodir/*
|
||||||
|
|
||||||
|
jupyter/.ipython
|
||||||
|
jupyter/.jupyter
|
||||||
|
|
||||||
conda/.conda/*
|
conda/.conda/*
|
||||||
|
|
||||||
|
|
|
||||||
5
.luarc.json
Normal file
5
.luarc.json
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"diagnostics.globals": [
|
||||||
|
"vim"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -40,9 +40,6 @@ floating_modifier $mod
|
||||||
# bindsym $mod+Return exec i3-sensible-terminal
|
# bindsym $mod+Return exec i3-sensible-terminal
|
||||||
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
|
bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
|
|
@ -206,3 +203,4 @@ bar {
|
||||||
status_command i3status
|
status_command i3status
|
||||||
tray_output primary
|
tray_output primary
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,3 +31,4 @@ load {
|
||||||
disk "/" {
|
disk "/" {
|
||||||
format = "%avail"
|
format = "%avail"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue