parent
b5dc471846
commit
dc0b35cdcb
|
@ -187,6 +187,7 @@ alias top="htop"
|
||||||
alias ssh="TERM=xterm-256color ssh"
|
alias ssh="TERM=xterm-256color ssh"
|
||||||
alias vim="nvr -s --remote"
|
alias vim="nvr -s --remote"
|
||||||
alias vi="nvim"
|
alias vi="nvim"
|
||||||
|
alias f="/home/jfm/Repositories/fff/fff"
|
||||||
alias buildtool="/home/jfm/Customers/TDC/Code/Onboarding/build-tool/buildtool.sh"
|
alias buildtool="/home/jfm/Customers/TDC/Code/Onboarding/build-tool/buildtool.sh"
|
||||||
alias vpnup="nmcli con up id \"YouSee VPN\""
|
alias vpnup="nmcli con up id \"YouSee VPN\""
|
||||||
alias vpndown="nmcli con down id \"YouSee VPN\""
|
alias vpndown="nmcli con down id \"YouSee VPN\""
|
||||||
|
|
|
@ -246,7 +246,7 @@
|
||||||
# IMPORTANT: colors have to be defined in quotation marks.
|
# IMPORTANT: colors have to be defined in quotation marks.
|
||||||
# Otherwise the "#" and following would be interpreted as a comment.
|
# Otherwise the "#" and following would be interpreted as a comment.
|
||||||
background = "#A3BE8C"
|
background = "#A3BE8C"
|
||||||
foreground = "#D8DEE9"
|
foreground = "#434C5E"
|
||||||
frame_color = "#A3BE8C"
|
frame_color = "#A3BE8C"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
# Icon for notifications with low urgency, uncomment to enable
|
# Icon for notifications with low urgency, uncomment to enable
|
||||||
|
@ -254,7 +254,7 @@
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#A3BE8C"
|
background = "#A3BE8C"
|
||||||
foreground = "#D8DEE9"
|
foreground = "#434C5E"
|
||||||
frame_color = "#A3BE8C"
|
frame_color = "#A3BE8C"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
# Icon for notifications with normal urgency, uncomment to enable
|
# Icon for notifications with normal urgency, uncomment to enable
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
. ~/.config/i3/env
|
. ~/.config/i3/env
|
||||||
i3-msg "workspace 0:; append_layout ~/.config/i3/layouts/workspace0-timewaste.json"
|
i3-msg "workspace 10:; append_layout ~/.config/i3/layouts/workspace0-timewaste.json"
|
||||||
i3-msg "workspace 0:; exec termite -t weechat -e weechat"
|
i3-msg "workspace 10:; exec termite -t weechat -e weechat"
|
||||||
#i3-msg "workspace 0:; exec termite -t music -e ncmpcpp"
|
#i3-msg "workspace 0:; exec termite -t music -e ncmpcpp"
|
||||||
i3-msg "workspace 0:; move workspace to output $SECONDARY"
|
i3-msg "workspace 10:; move workspace to output $SECONDARY"
|
||||||
|
|
|
@ -67,5 +67,5 @@ au FileType xml setlocal equalprg=xmllint\ --format\ --recover\ -\ 2>/dev/null
|
||||||
autocmd FileType python setlocal completeopt-=preview
|
autocmd FileType python setlocal completeopt-=preview
|
||||||
|
|
||||||
" add yaml stuffs
|
" add yaml stuffs
|
||||||
au! BufNewFile,BufReadPost *.{yaml,yml} set filetype=yaml foldmethod=indent
|
"au! BufNewFile,BufReadPost *.{yaml,yml} set filetype=yaml foldmethod=indent
|
||||||
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
|
"autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
|
||||||
|
|
|
@ -147,6 +147,7 @@ ws-icon-6 = 6:;
|
||||||
ws-icon-7 = 7:;
|
ws-icon-7 = 7:;
|
||||||
ws-icon-8 = 8:;
|
ws-icon-8 = 8:;
|
||||||
ws-icon-9 = 9:;
|
ws-icon-9 = 9:;
|
||||||
|
ws-icon-10 = 10:;
|
||||||
|
|
||||||
label-mode-padding = 2
|
label-mode-padding = 2
|
||||||
label-mode-foreground = #000
|
label-mode-foreground = #000
|
||||||
|
|
Loading…
Reference in New Issue