Jelajahi Sumber

replace kitty with foot

Noah Vogt 1 tahun lalu
induk
melakukan
b4b41812eb
3 mengubah file dengan 4 tambahan dan 6 penghapusan
  1. 3 3
      dot-config/hypr/hyprland.conf
  2. 0 2
      dot-config/kitty/kitty.conf
  3. 1 1
      stage2.sh

+ 3 - 3
dot-config/hypr/hyprland.conf

@@ -36,6 +36,6 @@ windowrule = workspace 1 silent, title:^(pulpit_in)(.*)$
 windowrule = workspace 2 silent, title:^(rtmp_in)(.*)$
 
 # Exec Rules
-exec-once=[workspace 4 silent] kitty -e /home/videopc/.local/bin/videopc_api
-exec-once=[workspace 4 silent] kitty -e /home/videopc/.local/bin/show-rtmp-in
-exec-once=[workspace 4 silent] kitty -e /home/videopc/.local/bin/show-pulpit-in
+exec-once=[workspace 4 silent] foot /home/videopc/.local/bin/videopc_api
+exec-once=[workspace 4 silent] foot /home/videopc/.local/bin/show-rtmp-in
+exec-once=[workspace 4 silent] foot /home/videopc/.local/bin/show-pulpit-in

+ 0 - 2
dot-config/kitty/kitty.conf

@@ -1,2 +0,0 @@
-# disable network connections
-update_check_interval 0

+ 1 - 1
stage2.sh

@@ -141,7 +141,7 @@ doas -u "$username" /home/"$username"/.local/src/dotfiles/apply-dotfiles
 
 # download packages from the official repos
 echo -e "\e[0;30;34mInstalling packages from repos ...\e[0m"
-pacman -Sy --noconfirm --needed neovim pulseaudio-alsa mpv xf86-video-amdgpu xf86-video-intel xf86-video-nouveau curl hyprland kitty opendoas-sudo adwaita-fake-cursors greetd-agreety openssh uvicorn python-fastapi adobe-source-code-pro-fonts || pacman_error_exit
+pacman -Sy --noconfirm --needed neovim pulseaudio-alsa mpv xf86-video-amdgpu xf86-video-intel xf86-video-nouveau curl hyprland foot opendoas-sudo adwaita-fake-cursors greetd-agreety openssh uvicorn python-fastapi adobe-source-code-pro-fonts || pacman_error_exit
 
 # install aur packages
 echo -e "\e[0;30;34mInstalling packages from AUR ...\e[0m"