From 6423fc63ab75f73d641e3b2c89768f2334f2830b Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 13 May 2019 18:46:25 +0200 Subject: thsi and that --- .Xdefaults | 8 -------- .Xresources | 9 +++++++++ .i3/config | 7 +++++-- install.sh | 2 +- polybar/config | 2 +- 5 files changed, 16 insertions(+), 12 deletions(-) delete mode 100644 .Xdefaults create mode 100644 .Xresources diff --git a/.Xdefaults b/.Xdefaults deleted file mode 100644 index e653e35..0000000 --- a/.Xdefaults +++ /dev/null @@ -1,8 +0,0 @@ -XTerm*foreground: white -XTerm*background: black -XTerm*faceName: Monospace -XTerm*faceSize: 12.0 -XTerm*selectToClipboard: true -XTerm*bell: false -XTerm*visualBell: true -#XTerm*loginShell: true diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..2035459 --- /dev/null +++ b/.Xresources @@ -0,0 +1,9 @@ +Xcursor.size: 16 +XTerm*foreground: white +XTerm*background: black +XTerm*faceName: Monospace +XTerm*faceSize: 12.0 +XTerm*selectToClipboard: true +#XTerm*bell: false +#XTerm*visualBell: true +#XTerm*loginShell: true diff --git a/.i3/config b/.i3/config index 61ca38b..2a2f7b5 100644 --- a/.i3/config +++ b/.i3/config @@ -318,7 +318,6 @@ gaps inner 15 ## Program starting exec --no-startup-id nm-applet -exec --no-startup-id feh --bg-fill ~/.i3/wp.jpg # Start i3bar to display a workspace bar (plus the system information i3status @@ -346,7 +345,11 @@ bindsym $mod+p exec "scrot ~/Downloads/Screenshot%Y-%m-%d%H:%M:%S.png" #Layout de exec --no-startup-id "setxkbmap -layout de" -exec --no-startup-id "compton &" +exec --no-startup-id "compton" + +exec --no-startup-id "xrdb ~/.Xresources" #start autostart.sh exec --no-startup-id ~/autostart.sh + +#exec --no-startup-id feh --bg-fill ~/.i3/wp.jpg diff --git a/install.sh b/install.sh index 7065395..13ec959 100755 --- a/install.sh +++ b/install.sh @@ -6,7 +6,7 @@ # transset-df for xterm transparency #Configs for home dir -MODULES=(.i3 .vim .xinitrc .compton.conf .bashrc .Xdefaults) +MODULES=(.i3 .vim .xinitrc .compton.conf .bashrc .Xresources) #Configs for .config CFGFOLDER=(polybar) diff --git a/polybar/config b/polybar/config index 223a3ce..8d1e26b 100644 --- a/polybar/config +++ b/polybar/config @@ -27,7 +27,7 @@ secondary = #e60053 alert = #bd2c40 [bar/jonny] -;monitor = ${env:MONITOR:HDMI-1} +monitor = ${env:MONITOR:DP-2} width = 100% height = 27 ;offset-x = 1% -- cgit v1.2.3