|
|
|
|
@ -20,6 +20,9 @@ exec swayidle -w \
|
|
|
|
|
|
|
|
|
|
bindsym Control+Mod1+l exec $lock
|
|
|
|
|
|
|
|
|
|
# bindsym Print exec grim -g "$(slurp -d)" - | swappy -f -
|
|
|
|
|
bindsym Print exec grim -g "$(slurp -d)" - | wl-copy
|
|
|
|
|
|
|
|
|
|
bindsym $mod+p exec kitty -e python
|
|
|
|
|
|
|
|
|
|
bindsym $mod+Return exec $term
|
|
|
|
|
@ -29,30 +32,30 @@ bindsym $mod+d exec $menu
|
|
|
|
|
floating_modifier $mod normal
|
|
|
|
|
|
|
|
|
|
bindsym $mod+Shift+c reload
|
|
|
|
|
bindsym $mod+Shift+e exec --no-startup-id i3-msg exit
|
|
|
|
|
bindsym $mod+Shift+e exec i3-msg exit
|
|
|
|
|
|
|
|
|
|
bar {
|
|
|
|
|
swaybar_command waybar
|
|
|
|
|
position top
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
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 XF86AudioRaiseVolume exec pulsemixer --change-volume +5 --max-volume 100 #increase sound volume
|
|
|
|
|
bindsym XF86AudioLowerVolume exec pulsemixer --change-volume -5 --max-volume 100 #decrease sound volume
|
|
|
|
|
bindsym Shift+XF86AudioRaiseVolume exec pulsemixer --change-volume +5 --max-volume 300 #increase sound volume
|
|
|
|
|
bindsym Shift+XF86AudioLowerVolume exec pulsemixer --change-volume -5 --max-volume 300 #decrease sound volume
|
|
|
|
|
bindsym XF86AudioMute exec 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 XF86AudioPlay exec playerctl play-pause
|
|
|
|
|
bindsym XF86AudioPause exec playerctl play-pause
|
|
|
|
|
bindsym XF86AudioNext exec playerctl next
|
|
|
|
|
bindsym XF86AudioPrev exec playerctl previous
|
|
|
|
|
|
|
|
|
|
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +5%
|
|
|
|
|
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 5%-
|
|
|
|
|
bindsym XF86MonBrightnessUp exec brightnessctl set +5%
|
|
|
|
|
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
|
|
|
|
|
|
|
|
|
|
include ~/.config/sway/config.d/*
|
|
|
|
|
|
|
|
|
|
bindsym $mod+c exec --no-startup-id kitty -e python
|
|
|
|
|
bindsym $mod+c exec kitty -e python
|
|
|
|
|
|
|
|
|
|
for_window [title="blueman-manager"] floating enable
|
|
|
|
|
|
|
|
|
|
@ -61,10 +64,10 @@ default_floating_border none
|
|
|
|
|
default_floating_border normal 0
|
|
|
|
|
hide_edge_borders smart
|
|
|
|
|
|
|
|
|
|
gaps inner 20
|
|
|
|
|
gaps inner 15
|
|
|
|
|
smart_gaps on
|
|
|
|
|
|
|
|
|
|
blur enable
|
|
|
|
|
blur_radius 8
|
|
|
|
|
|
|
|
|
|
exec --no-startup-id dbus-update-activation-environment DISPLAY
|
|
|
|
|
exec dbus-update-activation-environment DISPLAY
|
|
|
|
|
|