Compare commits

..

4 Commits

3 changed files with 16 additions and 2 deletions

13
.gitignore vendored
View File

@@ -161,3 +161,16 @@ wireshark
*.jpeg
*.jpg
*.png
LosslessCut/
Code/
KDE/
draw.io/
helm/
k9s/
kde.org/
kwritemetainfos
openstack/
pypoetry/
quodlibet/
rustdesk/

View File

@@ -29,7 +29,7 @@ if [[ "$HOST" == "atlantispc" ]]; then
fi
if [[ "$HOST" == "atlantisV2" ]]; then
/usr/bin/xrandr --output DP-1 --right-of HDMI-0
/usr/bin/xrandr --output DP-5 --right-of HDMI-0
fi
### Atlantislaptop specific setup ###

View File

@@ -3,7 +3,7 @@ URxvt.*.foreground: #EEEEEE
URxvt.*.scrollBar: off
URxvt.print-pipe: true
URxvt.perl-ext-common: default,selection-to-clipboard,tabbed,matcher,font-size,-tabbed
URxvt.perl-ext-common: default,selection-to-clipboard,tabbed,matcher,font-size,-tabbed,-confirm-paste
URxvt.font: xft:bitstream vera sans mono:size=10:antialias=true
@@ -16,3 +16,4 @@ URxvt.keysym.C-equal: font-size:reset
URxvt.keysym.C-question: font-size:show
URxvt.iso14755 :false
URxvt.geometry: 400x400