Compare commits

..

4 Commits

Author SHA1 Message Date
188ae38be4 Add screenshot shortcut 2024-05-04 22:40:33 +02:00
276ac34da1 Remove '--no-startup-id' flag 2024-05-04 20:47:50 +02:00
d6bc329c85 Increase zsh history size 2024-05-04 20:30:34 +02:00
a49d728b4b Reduce gaps 2024-05-04 20:30:25 +02:00
3 changed files with 23 additions and 19 deletions

View File

@ -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

View File

@ -1,2 +1,2 @@
exec_always --no-startup-id nm-applet &
exec_always --no-startup-id blueman-applet &
exec_always nm-applet &
exec_always blueman-applet &

View File

@ -1,7 +1,8 @@
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
HISTSIZE=5000
SAVEHIST=5000
setopt hist_ignore_all_dups
setopt extendedglob
unsetopt beep
bindkey -v