Fix archupdate
This commit is contained in:
parent
0e2993700a
commit
94265d074e
4 changed files with 33 additions and 3 deletions
|
@ -12,6 +12,7 @@ set $right l
|
||||||
set $term term
|
set $term term
|
||||||
set $fterm floating-term
|
set $fterm floating-term
|
||||||
set $menu app-launcher
|
set $menu app-launcher
|
||||||
|
set $fileexplorer thunar
|
||||||
|
|
||||||
output * bg $HOME/.wallpaper fill
|
output * bg $HOME/.wallpaper fill
|
||||||
|
|
||||||
|
@ -31,6 +32,7 @@ bindsym $mod+Shift+Alt+Return exec kitty
|
||||||
bindsym $mod+c kill
|
bindsym $mod+c kill
|
||||||
bindsym $mod+Shift+c kill # TODO: kill -9
|
bindsym $mod+Shift+c kill # TODO: kill -9
|
||||||
bindsym $mod+Space exec $menu
|
bindsym $mod+Space exec $menu
|
||||||
|
bindsym $mod+e exec $fileexplorer
|
||||||
bindsym $mod+Shift+r reload
|
bindsym $mod+Shift+r reload
|
||||||
bindsym $mod+Control+Escape exit
|
bindsym $mod+Control+Escape exit
|
||||||
bindsym $mod+Shift+e exit
|
bindsym $mod+Shift+e exit
|
||||||
|
@ -87,8 +89,6 @@ bindsym $mod+Shift+0 move container to workspace 10
|
||||||
bindsym $mod+b splith
|
bindsym $mod+b splith
|
||||||
bindsym $mod+v splitv
|
bindsym $mod+v splitv
|
||||||
|
|
||||||
bindsym $mod+e layout toggle split
|
|
||||||
|
|
||||||
bindsym $mod+Shift+f fullscreen
|
bindsym $mod+Shift+f fullscreen
|
||||||
bindsym $mod+f floating toggle
|
bindsym $mod+f floating toggle
|
||||||
bindsym $mod+s floating disable
|
bindsym $mod+s floating disable
|
||||||
|
|
|
@ -64,3 +64,5 @@
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = $ENV_PATH/gitconfig
|
path = $ENV_PATH/gitconfig
|
||||||
|
[color]
|
||||||
|
ui = auto
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
pacaur -Syyu --noconfirm --noedit
|
pacaur -Syu --noconfirm --noedit
|
||||||
|
|
||||||
# TODO: update kernel with a flag?
|
# TODO: update kernel with a flag?
|
||||||
# yes | pacman -Syu && kexec -l --initrd=/boot/initramfs-linux.img /boot/vmlinuz-linux && kexec -e
|
# yes | pacman -Syu && kexec -l --initrd=/boot/initramfs-linux.img /boot/vmlinuz-linux && kexec -e
|
||||||
|
|
28
bofa.json
Normal file
28
bofa.json
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"date": "d/m/Y",
|
||||||
|
"default_account": 1,
|
||||||
|
"delimiter": "comma",
|
||||||
|
"headers": true,
|
||||||
|
"ignore_duplicate_lines": true,
|
||||||
|
"ignore_duplicate_transactions": true,
|
||||||
|
"rules": true,
|
||||||
|
"skip_form": false,
|
||||||
|
"specifics": [
|
||||||
|
"AppendHash"
|
||||||
|
],
|
||||||
|
"roles": [
|
||||||
|
"date_transaction",
|
||||||
|
"description",
|
||||||
|
"amount",
|
||||||
|
],
|
||||||
|
"do_mapping": [true, true ,true],
|
||||||
|
"mapping": {
|
||||||
|
"3": {
|
||||||
|
"Savings Account": 3
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"Savings Account": 3
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"version": 2
|
||||||
|
}
|
Reference in a new issue