Compare commits

..

No commits in common. "9cb9b4c524c4651957d65a5067511eddeddbd288" and "8c2bbf0a997b99da07f27400294f8f3292285148" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -52,7 +52,6 @@ autocmd BufNewFile,BufRead /tmp/neomutt* set filetype=markdown
function! s:goyo_enter() function! s:goyo_enter()
let b:quitting = 0 let b:quitting = 0
let b:quitting_bang = 0 let b:quitting_bang = 0
call feedkeys('jk')
autocmd QuitPre <buffer> let b:quitting = 1 autocmd QuitPre <buffer> let b:quitting = 1
cabbrev <buffer> q! let b:quitting_bang = 1 <bar> q! cabbrev <buffer> q! let b:quitting_bang = 1 <bar> q!
endfunction endfunction

View File

@ -259,7 +259,7 @@ exec swaymsg split vertical
bindsym XF86AudioRaiseVolume exec pulsemixer --change-volume +5 bindsym XF86AudioRaiseVolume exec pulsemixer --change-volume +5
bindsym XF86AudioLowerVolume exec pulsemixer --change-volume -5 bindsym XF86AudioLowerVolume exec pulsemixer --change-volume -5
bindsym XF86AudioMute exec pulsemixer --toggle-mute bindsym XF86AudioMute exec pulsemixer --toggle-mute
bindsym XF86AudioMicMute exec pulsemixer --id source-1 --toggle-mute bindsym XF86AudioMicMute exec pulsemixer --id source-45 --toggle-mute
# Brightness # Brightness
bindsym XF86MonBrightnessUp exec light -A 10 bindsym XF86MonBrightnessUp exec light -A 10
bindsym XF86MonBrightnessDown exec light -U 10 bindsym XF86MonBrightnessDown exec light -U 10