Install CPU microcode updates on Intel on FreeBSD and switch from wf-recorder to wl-screenrec.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
bindsym $mod+print exec slurp | grim -g - "$HOME/$(date +'screenshot_%Y-%m-%d-%H%M%S.png')"
|
||||
bindsym print exec grim "$HOME/$(date +'screenshot_%Y-%m-%d-%H%M%S.png')"
|
||||
# Maybe add --audio flag? can optionally specify specific device name from `pactl list sources | grep Name`
|
||||
bindsym $mod+Shift+print exec wf-recorder -g "$(slurp)" -f "$HOME/$(date +'screencast_%Y-%m-%d-%H%M%S.mkv')" -c h264_vaapi -d /dev/dri/renderD128
|
||||
bindsym Shift+print exec wf-recorder -f "$HOME/$(date +'screencast_%Y-%m-%d-%H%M%S.mkv')" -c h264_vaapi -d /dev/dri/renderD128
|
||||
bindsym $mod+ctrl+Shift+print exec killall -SIGINT wf-recorder
|
||||
bindsym $mod+Shift+print exec wl-screenrec -g "$(slurp)" -f "$HOME/$(date +'screencast_%Y-%m-%d-%H%M%S.mkv')"
|
||||
bindsym Shift+print exec wl-screenrec -f "$HOME/$(date +'screencast_%Y-%m-%d-%H%M%S.mkv')"
|
||||
bindsym $mod+ctrl+Shift+print exec killall -SIGINT wl-sceenrec
|
||||
# Need to make a hotkey to end the recording
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
- slurp # screen coordinates for screenshots
|
||||
- libnotify # mako doesn't seem to work without it
|
||||
- pcmanfm # For mounting drives
|
||||
- wf-recorder # screen recording
|
||||
- xdg-desktop-portal
|
||||
- xdg-desktop-portal-wlr # screen sharing
|
||||
- wtype # for rofimoji to be able to insert characters
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
- wlogout # Log out prompt
|
||||
- xhost # to launch gparted with root permissions
|
||||
- wlvncc
|
||||
- wl-screenrec # screen recording
|
||||
state: present
|
||||
|
||||
- name: Install service configuration
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
loop:
|
||||
- wev
|
||||
- wlvncc-git
|
||||
- wl-screenrec-git
|
||||
|
||||
- name: Update cache
|
||||
when: buildaur.changed
|
||||
@@ -24,6 +25,7 @@
|
||||
- xorg-xwayland
|
||||
- rofimoji
|
||||
- wlvncc-git
|
||||
- wl-screenrec-git # screen recording
|
||||
|
||||
- name: Install scripts
|
||||
copy:
|
||||
|
||||
Reference in New Issue
Block a user