mirror of
https://github.com/FAUSheppy/config
synced 2025-12-09 16:18:33 +01:00
Compare commits
4 Commits
972535cab9
...
88cad94e09
| Author | SHA1 | Date | |
|---|---|---|---|
| 88cad94e09 | |||
| e93850a185 | |||
| 87aca37c85 | |||
| eb4af4d870 |
13
.gitignore
vendored
13
.gitignore
vendored
@@ -161,3 +161,16 @@ wireshark
|
|||||||
*.jpeg
|
*.jpeg
|
||||||
*.jpg
|
*.jpg
|
||||||
*.png
|
*.png
|
||||||
|
|
||||||
|
LosslessCut/
|
||||||
|
Code/
|
||||||
|
KDE/
|
||||||
|
draw.io/
|
||||||
|
helm/
|
||||||
|
k9s/
|
||||||
|
kde.org/
|
||||||
|
kwritemetainfos
|
||||||
|
openstack/
|
||||||
|
pypoetry/
|
||||||
|
quodlibet/
|
||||||
|
rustdesk/
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ if [[ "$HOST" == "atlantispc" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$HOST" == "atlantisV2" ]]; then
|
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
|
fi
|
||||||
|
|
||||||
### Atlantislaptop specific setup ###
|
### Atlantislaptop specific setup ###
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ URxvt.*.foreground: #EEEEEE
|
|||||||
URxvt.*.scrollBar: off
|
URxvt.*.scrollBar: off
|
||||||
URxvt.print-pipe: true
|
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
|
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.keysym.C-question: font-size:show
|
||||||
|
|
||||||
URxvt.iso14755 :false
|
URxvt.iso14755 :false
|
||||||
|
URxvt.geometry: 400x400
|
||||||
|
|||||||
Reference in New Issue
Block a user