29 lines
1.5 KiB
Plaintext
29 lines
1.5 KiB
Plaintext
set $mod Mod4
|
|
exec --no-startup-id autorandr --change
|
|
exec_always --no-startup-id "setxkbmap -layout 'de,gr,de' -variant 'nodeadkeys,basic,neo' -option caps:escape"
|
|
exec --no-startup-id xautolock -time 15 -locker "betterlockscreen -l" &
|
|
|
|
include ~/.config/i3/config.d/*
|
|
|
|
bindsym $mod+d exec --no-startup-id rofi -show run -config ~/.config/rofi/config.rasi
|
|
bindsym $mod+Return exec --no-startup-id kitty
|
|
bindsym $mod+Shift+q kill
|
|
|
|
bindsym $mod+Shift+r restart
|
|
bindsym $mod+Shift+e exec --no-startup-id i3-msg exit
|
|
bindsym Control+Mod1+l exec --no-startup-id betterlockscreen -l
|
|
|
|
bindsym XF86AudioRaiseVolume exec --no-startup-id pulsemixer --change-volume +5 --max-volume 100 #increase sound volume
|
|
bindsym XF86AudioLowerVolume exec --no-startup-id pulsemixer --change-volume -5 --max-volume 100 #decrease sound volume
|
|
bindsym Shift+XF86AudioRaiseVolume exec --no-startup-id pulsemixer --change-volume +5 --max-volume 300 #increase sound volume
|
|
bindsym Shift+XF86AudioLowerVolume exec --no-startup-id pulsemixer --change-volume -5 --max-volume 300 #decrease sound volume
|
|
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle # mute sound
|
|
|
|
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
|
|
bindsym XF86AudioPause exec --no-startup-id playerctl play-pause
|
|
bindsym XF86AudioNext exec --no-startup-id playerctl next
|
|
bindsym XF86AudioPrev exec --no-startup-id playerctl previous
|
|
|
|
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +5%
|
|
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 5%-
|