From 45bfcbf68e87596d85b2cc98cd9658c1d64dcb0c Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 3 Apr 2025 03:44:52 +0200 Subject: [PATCH] wayland: starting to setup migration option --- .local/bin/etc/screen_capture/record_replay_start | 1 + .local/bin/etc/screen_capture/record_start | 1 + .profile | 3 +++ 3 files changed, 5 insertions(+) diff --git a/.local/bin/etc/screen_capture/record_replay_start b/.local/bin/etc/screen_capture/record_replay_start index 5bababc..0ed0a19 100755 --- a/.local/bin/etc/screen_capture/record_replay_start +++ b/.local/bin/etc/screen_capture/record_replay_start @@ -13,4 +13,5 @@ a_codec="opus" lenght=20 gpu-screen-recorder -encoder $device -w $window -f $fps -a $audio_1 -a $audio_2 -c $format -k $v_codec -ac $a_codec -r $lenght -o $output & +# gpu-screen-recorder -encoder $device -w screen -f $fps -a $audio_1 -a $audio_2 -c $format -k $v_codec -ac $a_codec -r $lenght -o $output & # wayland command notify-send -u low 'Screen record' 'Replay started' diff --git a/.local/bin/etc/screen_capture/record_start b/.local/bin/etc/screen_capture/record_start index 946e94b..c762f36 100755 --- a/.local/bin/etc/screen_capture/record_start +++ b/.local/bin/etc/screen_capture/record_start @@ -13,4 +13,5 @@ a_codec="aac" output="$output/recording-$(date '+%Y-%m-%d_%H-%M-%S').$format" gpu-screen-recorder -encoder $device -w $window -c $format -k $v_codec -ac $a_codec -f $fps -o $output & +# gpu-screen-recorder -encoder $device -w screen -c $format -k $v_codec -ac $a_codec -f $fps -o $output & # wayland command notify-send -u low 'Screen record' 'Recording started' diff --git a/.profile b/.profile index e86fc46..87deca8 100644 --- a/.profile +++ b/.profile @@ -85,3 +85,6 @@ echo "$0" | grep "zsh$" >/dev/null && [ -f ${ZDOTDIR}/.zshrc ] && source "${ZDOT # Start graphical server if not already running. [ "$(tty)" = "/dev/tty1" ] && ! pgrep -x Xorg >/dev/null && exec startx + +# start wayland using dwl +# dwl -s ~/.config/wayland/wayland.conf