various improvements
This commit is contained in:
parent
6ca9992ff5
commit
82bd1013ef
5 changed files with 14 additions and 8 deletions
|
@ -25,6 +25,8 @@ alias gc='git commit'
|
||||||
alias gd='git diff'
|
alias gd='git diff'
|
||||||
alias gdc='git diff --cached'
|
alias gdc='git diff --cached'
|
||||||
alias gm='git checkout main && git pull --all'
|
alias gm='git checkout main && git pull --all'
|
||||||
|
alias gp='git push'
|
||||||
|
alias gpu='git push -u origin HEAD'
|
||||||
alias gs='git status --short'
|
alias gs='git status --short'
|
||||||
|
|
||||||
set -x BW_ITEM_WORKERS 16
|
set -x BW_ITEM_WORKERS 16
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
||||||
#font pango:B612 Regular 7
|
#font pango:B612 Regular 7
|
||||||
font pango:DejaVuSans Regular 8
|
font pango:DB Office Regular 9
|
||||||
|
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
|
@ -108,11 +108,11 @@ for_window [class="Gnome-calculator"] floating enable
|
||||||
for_window [class="realvnc-vncviewer"] floating enable
|
for_window [class="realvnc-vncviewer"] floating enable
|
||||||
for_window [class="xiate-floating"] floating enable
|
for_window [class="xiate-floating"] floating enable
|
||||||
|
|
||||||
workspace 1 output DP2-2
|
workspace $ws1 output DP2-2
|
||||||
workspace 2 output DP2-1
|
workspace $ws2 output DP2-1
|
||||||
workspace 3 output DP2-2
|
workspace $ws3 output DP2-2
|
||||||
workspace 9 output eDP1
|
workspace $ws9 output eDP1
|
||||||
workspace 10 output DP2-1
|
workspace $ws10 output DP2-1
|
||||||
|
|
||||||
exec_always setxkbmap -synch
|
exec_always setxkbmap -synch
|
||||||
exec_always ~/.fehbg
|
exec_always ~/.fehbg
|
||||||
|
|
2
.fehbg
2
.fehbg
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
xsetroot -solid black
|
feh --no-fehbg --bg-scale '/home/kunsi/Pictures/2021-08-28_The-Treasure_by-David-Revoy.jpg'
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
gtk-theme-name="Adwaita-dark"
|
gtk-theme-name="breeze-dark"
|
||||||
|
|
||||||
gtk-enable-animations=1
|
gtk-enable-animations=1
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,10 @@ Host *
|
||||||
|
|
||||||
Include ~/.ssh/bwnodes
|
Include ~/.ssh/bwnodes
|
||||||
|
|
||||||
|
Host luther-netcup
|
||||||
|
HostName 46.38.249.46
|
||||||
|
User sub4632_80
|
||||||
|
|
||||||
Host shells
|
Host shells
|
||||||
HostName shells.entropia.de
|
HostName shells.entropia.de
|
||||||
Port 22
|
Port 22
|
||||||
|
|
Loading…
Reference in a new issue