diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-02-17 18:02:37 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-02-17 18:02:37 +0300 |
commit | f8caca887f787f52271d9a5d6e06c2bdd6efcb40 (patch) | |
tree | 91c5d3c531a71e1fc669478a4c60068c1f6b8dde /dotfiles/.config/sway/config | |
parent | 13a0be470be41d67685bba83c6f10319affbaa39 (diff) | |
download | swayrice-f8caca887f787f52271d9a5d6e06c2bdd6efcb40.tar.gz swayrice-f8caca887f787f52271d9a5d6e06c2bdd6efcb40.zip |
improved screen record script, can now record screencasts and audio
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r-- | dotfiles/.config/sway/config | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 3d4b705..3320a29 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -186,9 +186,9 @@ bindsym --to-code { $mod+Ctrl+v exec $term -e vis $mod+o exec --no-startup-id notistats $mod+c exec --no-startup-id camtoggle - $mod+grave exec --no-startup-id menuducksearch - $mod+Shift+grave exec --no-startup-id menuemoji - $mod+F1 exec --no-startup-id zathura ~/.config/i3/i3guide.pdf + $mod+grave exec --no-startup-id menuemoji + $mod+Shift+grave exec --no-startup-id menuducksearch + # $mod+F1 exec --no-startup-id zathura ~/.config/i3/i3guide.pdf # TODO: update guide # Network management $mod+Shift+c exec togglevpn @@ -198,7 +198,8 @@ bindsym --to-code { # Screenshot and recording Print exec --no-startup-id menugrim -q $mod+Print exec --no-startup-id menugrim - Shift+Print exec --no-startup-id swayrecord + Shift+Print exec --no-startup-id "swayrecord screencast" + Ctrl+Print exec --no-startup-id swayrecord # Sound $mod+Shift+m exec $term -e 'ncpamixer' |