Compare commits

..

No commits in common. "188ae38be4e3541a570437d818ed0db74d761423" and "c5d88a5943300eaba812a6a572bf85afcb32c900" have entirely different histories.

3 changed files with 19 additions and 23 deletions

View File

@ -20,9 +20,6 @@ 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
@ -32,30 +29,30 @@ bindsym $mod+d exec $menu
floating_modifier $mod normal
bindsym $mod+Shift+c reload
bindsym $mod+Shift+e exec i3-msg exit
bindsym $mod+Shift+e exec --no-startup-id i3-msg exit
bar {
swaybar_command waybar
position top
}
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 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 playerctl play-pause
bindsym XF86AudioPause exec playerctl play-pause
bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous
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 brightnessctl set +5%
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +5%
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 5%-
include ~/.config/sway/config.d/*
bindsym $mod+c exec kitty -e python
bindsym $mod+c exec --no-startup-id kitty -e python
for_window [title="blueman-manager"] floating enable
@ -64,10 +61,10 @@ default_floating_border none
default_floating_border normal 0
hide_edge_borders smart
gaps inner 15
gaps inner 20
smart_gaps on
blur enable
blur_radius 8
exec dbus-update-activation-environment DISPLAY
exec --no-startup-id dbus-update-activation-environment DISPLAY

View File

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

View File

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