various improvements

This commit is contained in:
Franzi 2021-09-18 17:43:06 +02:00
parent 6ca9992ff5
commit 82bd1013ef
Signed by untrusted user: kunsi
GPG Key ID: 12E3D2136B818350
5 changed files with 14 additions and 8 deletions

View File

@ -25,6 +25,8 @@ alias gc='git commit'
alias gd='git diff'
alias gdc='git diff --cached'
alias gm='git checkout main && git pull --all'
alias gp='git push'
alias gpu='git push -u origin HEAD'
alias gs='git status --short'
set -x BW_ITEM_WORKERS 16

View File

@ -1,7 +1,7 @@
set $mod Mod4
#font pango:B612 Regular 7
font pango:DejaVuSans Regular 8
font pango:DB Office Regular 9
floating_modifier $mod
@ -108,11 +108,11 @@ for_window [class="Gnome-calculator"] floating enable
for_window [class="realvnc-vncviewer"] floating enable
for_window [class="xiate-floating"] floating enable
workspace 1 output DP2-2
workspace 2 output DP2-1
workspace 3 output DP2-2
workspace 9 output eDP1
workspace 10 output DP2-1
workspace $ws1 output DP2-2
workspace $ws2 output DP2-1
workspace $ws3 output DP2-2
workspace $ws9 output eDP1
workspace $ws10 output DP2-1
exec_always setxkbmap -synch
exec_always ~/.fehbg

2
.fehbg
View File

@ -1,2 +1,2 @@
#!/bin/sh
xsetroot -solid black
feh --no-fehbg --bg-scale '/home/kunsi/Pictures/2021-08-28_The-Treasure_by-David-Revoy.jpg'

View File

@ -1,4 +1,4 @@
gtk-theme-name="Adwaita-dark"
gtk-theme-name="breeze-dark"
gtk-enable-animations=1

View File

@ -5,6 +5,10 @@ Host *
Include ~/.ssh/bwnodes
Host luther-netcup
HostName 46.38.249.46
User sub4632_80
Host shells
HostName shells.entropia.de
Port 22