diff options
-rw-r--r-- | .Xresources | 1 | ||||
l--------- | .i3/.i3 | 1 | ||||
-rw-r--r-- | .i3/config | 4 | ||||
-rwxr-xr-x | install.sh | 2 |
4 files changed, 7 insertions, 1 deletions
diff --git a/.Xresources b/.Xresources index 65c9acd..db87e87 100644 --- a/.Xresources +++ b/.Xresources @@ -6,6 +6,7 @@ XTerm*faceSize: 10.0 XTerm*selectToClipboard: true XTerm.vt100.locale: true +Xft.dpi: 96 ! State: 'bg', 'fg', 'bgalt', 'hlbg', 'hlfg' rofi.color-normal: #000000AA, #FFFFFFFF, #000000AA, #333333AA, #FFFFFF rofi.color-urgent: #000000AA, #FFFFFFFF, #000000AA, #333333AA, #FFFFFF @@ -0,0 +1 @@ +/home/jonas/vimconfig/.i3
\ No newline at end of file @@ -339,11 +339,15 @@ bindsym XF86AudioNext exec --no-startup-id playerctl next bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5 -fps 30 # increase screen brightness bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 -fps 30 # decrease screen brightness +#Screenshot on win+p +bindsym $mod+p exec "scrot ~/Screenshots/Screenshot%Y-%m-%d%H:%M:%S.png" #bindsym XF86RFKill exec --no-startup-id i3-nagbar -t warning -m asdf exec --no-startup-id "setxkbmap -layout de" exec --no-startup-id "compton" exec --no-startup-id "xrdb ~/.Xresources" +exec --no-startup-id "lxqt-policykit-agent" + #start autostart.sh exec --no-startup-id ~/autostart.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) |