|
|
@ -29,8 +29,8 @@ exec --no-startup-id i3-msg "workspace 2; exec brave"
|
|
|
|
|
|
|
|
|
|
|
|
# Use pactl to adjust volume in PulseAudio.
|
|
|
|
# Use pactl to adjust volume in PulseAudio.
|
|
|
|
set $refresh_i3status killall -SIGUSR1 i3status
|
|
|
|
set $refresh_i3status killall -SIGUSR1 i3status
|
|
|
|
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
|
|
|
|
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% && $refresh_i3status
|
|
|
|
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
|
|
|
|
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% && $refresh_i3status
|
|
|
|
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
|
|
|
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
|
|
|
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
|
|
|
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
|
|
|
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
|
|
|
|
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
|
|
|
@ -57,10 +57,10 @@ for_window [instance="spotify"] move window to scratchpad
|
|
|
|
for_window [instance="wiki"] move window to scratchpad
|
|
|
|
for_window [instance="wiki"] move window to scratchpad
|
|
|
|
for_window [instance="scratch"] move window to scratchpad
|
|
|
|
for_window [instance="scratch"] move window to scratchpad
|
|
|
|
# bindings
|
|
|
|
# bindings
|
|
|
|
bindsym $mod+s exec i3-scratchpad.sh todo st -n todo -e vim ~/vimwiki/todo/index.md
|
|
|
|
bindsym $mod+s exec i3-scratchpad.sh todo st -n todo -e nvim ~/vimwiki/todo/index.md
|
|
|
|
bindsym $mod+c exec i3-scratchpad.sh cal st -n cal -e calcurse
|
|
|
|
bindsym $mod+c exec i3-scratchpad.sh cal st -n cal -e calcurse
|
|
|
|
bindsym $mod+m exec i3-scratchpad.sh spotify spotify
|
|
|
|
bindsym $mod+m exec i3-scratchpad.sh spotify spotify
|
|
|
|
bindsym $mod+w exec i3-scratchpad.sh wiki st -n wiki -e vim ~/vimwiki/index.md
|
|
|
|
bindsym $mod+w exec i3-scratchpad.sh wiki st -n wiki -e nvim ~/vimwiki/index.md
|
|
|
|
|
|
|
|
|
|
|
|
# change focus
|
|
|
|
# change focus
|
|
|
|
bindsym $mod+h focus left
|
|
|
|
bindsym $mod+h focus left
|
|
|
|