diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-08-13 20:35:04 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-08-13 20:35:04 +0200 |
commit | fad5f1133e9d02318c2eb41d98bf0acd37a3fdbe (patch) | |
tree | 1bc18de28bf7c40cdc3a4f197fed0997cf58f7c2 | |
parent | ac4bc47af0af72e66ef6c53ccd295cc8e3e8fe20 (diff) | |
download | dotfiles-fad5f1133e9d02318c2eb41d98bf0acd37a3fdbe.tar.gz |
asdf
-rw-r--r-- | .Xresources | 2 | ||||
-rw-r--r-- | .i3/config | 4 | ||||
-rwxr-xr-x | install.sh | 2 |
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 @@ -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" @@ -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) |