aboutsummaryrefslogtreecommitdiff
path: root/.i3
diff options
context:
space:
mode:
Diffstat (limited to '.i3')
l---------.i3/.i31
-rw-r--r--.i3/config4
2 files changed, 5 insertions, 0 deletions
diff --git a/.i3/.i3 b/.i3/.i3
new file mode 120000
index 0000000..71f3652
--- /dev/null
+++ b/.i3/.i3
@@ -0,0 +1 @@
+/home/jonas/vimconfig/.i3 \ No newline at end of file
diff --git a/.i3/config b/.i3/config
index f873867..a098f92 100644
--- a/.i3/config
+++ b/.i3/config
@@ -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