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
|
||||
|
||||
cd ~/git/voc-cm/ansible/
|
||||
cd ~/git/cm/ansible/
|
||||
|
||||
source ../.venv/bin/activate
|
||||
|
||||
export KEEPASS_PW=$(pass show voc/keepass)
|
||||
|
||||
|
|
|
@ -32,6 +32,11 @@ alias gpu='git push -u origin HEAD'
|
|||
alias gs='git status --short'
|
||||
|
||||
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_NODE_WORKERS 16
|
||||
|
|
|
@ -20,6 +20,16 @@ rules:
|
|||
- xset s off
|
||||
- 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'
|
||||
outputs_connected:
|
||||
- DisplayPort-3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
set $mod Mod4
|
||||
|
||||
#font pango:B612 Regular 9
|
||||
font pango:DB Office Regular 9
|
||||
font pango:DB Office Regular 8
|
||||
|
||||
floating_modifier $mod
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
gtk-theme-name="breeze-dark"
|
||||
gtk-theme-name="Skeuos-Teal-Dark"
|
||||
|
||||
gtk-enable-animations=1
|
||||
|
||||
|
|
|
@ -5,6 +5,10 @@ Host *
|
|||
|
||||
Include ~/.ssh/bwnodes
|
||||
|
||||
Host r3spluto
|
||||
HostName r3spluto.ffdus.de
|
||||
Port 62969
|
||||
|
||||
Host qzwi
|
||||
#HostName 2a00:f820:528::4
|
||||
HostName 31.47.232.108
|
||||
|
|
Loading…
Reference in a new issue