aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.Xresources2
-rw-r--r--.i3/config4
-rwxr-xr-xinstall.sh2
3 files changed, 6 insertions, 2 deletions
diff --git a/.Xresources b/.Xresources
index a6b9193..98ffe1a 100644
--- a/.Xresources
+++ b/.Xresources
@@ -5,3 +5,5 @@ XTerm*faceName: DejaVu\ Sans\ Mono\ for\ Powerline
XTerm*faceSize: 10.0
XTerm*selectToClipboard: true
XTerm.vt100.locale: true
+
+Xft.dpi: 96
diff --git a/.i3/config b/.i3/config
index 8841d8f..90b1dea 100644
--- a/.i3/config
+++ b/.i3/config
@@ -9,6 +9,8 @@
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
+#force_xinerama yes
+
set $mod Mod1
# Font for window titles. Will also be used by the bar unless a different font
@@ -364,7 +366,7 @@ bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5 -fps 30 # inc
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 -fps 30 # decrease screen brightness
#Screenshot on win+p
-bindsym $mod+p exec "scrot ~/Downloads/Screenshot%Y-%m-%d%H:%M:%S.png"
+bindsym $mod+p exec "scrot ~/Screenshots/Screenshot%Y-%m-%d%H:%M:%S.png"
#Layout de
exec --no-startup-id "setxkbmap -layout de"
diff --git a/install.sh b/install.sh
index 02ad60b..2d52a05 100755
--- a/install.sh
+++ b/install.sh
@@ -5,7 +5,7 @@
# xterm fo default terminal
#Configs for home dir
-MODULES=(.i3 .vim .xinitrc .compton.conf .bashrc .Xresources)
+MODULES=(.i3 .vim .xinitrc .compton.conf .bashrc .Xresources .radare2rc)
#Configs for .config
CFGFOLDER=(polybar powerline nvim)