mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
* hyprland: touchpad works correctly when switching workspaces, add screen shareing support, update windowrules * dunst: just rewrote all config * waybar: update clock, pulseaudio, and network modules, change color on activce workspace
7 lines
167 B
Bash
Executable file
7 lines
167 B
Bash
Executable file
#!/bin/env bash
|
|
sleep 1
|
|
killall -e xdg-desktop-portal-hyprland
|
|
killall xdg-desktop-portal
|
|
/usr/lib/xdg-desktop-portal-hyprland &
|
|
sleep 2
|
|
/usr/lib/xdg-desktop-portal &
|