Auto-commit kunsi-p14s.kunbox.net
This commit is contained in:
parent
438e7441fe
commit
92280706ee
6 changed files with 24 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd ~/git/voc-cm/ansible/
|
cd ~/git/cm/ansible/
|
||||||
|
|
||||||
|
source ../.venv/bin/activate
|
||||||
|
|
||||||
export KEEPASS_PW=$(pass show voc/keepass)
|
export KEEPASS_PW=$(pass show voc/keepass)
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,11 @@ alias gpu='git push -u origin HEAD'
|
||||||
alias gs='git status --short'
|
alias gs='git status --short'
|
||||||
|
|
||||||
alias rm='rm --one-file-system'
|
alias rm='rm --one-file-system'
|
||||||
|
alias cal='cal -v -m -3'
|
||||||
|
|
||||||
|
alias ipa='ip -brief --color=always addr show; echo; ip --color=always route show; ip -6 --color=always route show'
|
||||||
|
|
||||||
|
alias voc2gui='cd /home/kunsi/git/voctomix/ && .venv/bin/python voctogui/voctogui.py'
|
||||||
|
|
||||||
set -x BW_ITEM_WORKERS 16
|
set -x BW_ITEM_WORKERS 16
|
||||||
set -x BW_NODE_WORKERS 16
|
set -x BW_NODE_WORKERS 16
|
||||||
|
|
|
@ -20,6 +20,16 @@ rules:
|
||||||
- xset s off
|
- xset s off
|
||||||
- systemctl --user stop redshift.service
|
- systemctl --user stop redshift.service
|
||||||
|
|
||||||
|
- name: 'DP0'
|
||||||
|
outputs_connected:
|
||||||
|
- DisplayPort-0
|
||||||
|
configure_row:
|
||||||
|
- DisplayPort-0
|
||||||
|
- eDP
|
||||||
|
primary: eDP
|
||||||
|
execute_after:
|
||||||
|
- xset s off
|
||||||
|
|
||||||
- name: 'docked DP3+4'
|
- name: 'docked DP3+4'
|
||||||
outputs_connected:
|
outputs_connected:
|
||||||
- DisplayPort-3
|
- DisplayPort-3
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
||||||
#font pango:B612 Regular 9
|
#font pango:B612 Regular 9
|
||||||
font pango:DB Office Regular 9
|
font pango:DB Office Regular 8
|
||||||
|
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
gtk-theme-name="breeze-dark"
|
gtk-theme-name="Skeuos-Teal-Dark"
|
||||||
|
|
||||||
gtk-enable-animations=1
|
gtk-enable-animations=1
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,10 @@ Host *
|
||||||
|
|
||||||
Include ~/.ssh/bwnodes
|
Include ~/.ssh/bwnodes
|
||||||
|
|
||||||
|
Host r3spluto
|
||||||
|
HostName r3spluto.ffdus.de
|
||||||
|
Port 62969
|
||||||
|
|
||||||
Host qzwi
|
Host qzwi
|
||||||
#HostName 2a00:f820:528::4
|
#HostName 2a00:f820:528::4
|
||||||
HostName 31.47.232.108
|
HostName 31.47.232.108
|
||||||
|
|
Loading…
Reference in a new issue