Skip to content

Instantly share code, notes, and snippets.

View KekmaTime's full-sized avatar
💭
I may be slow to respond.

Zacherina KekmaTime

💭
I may be slow to respond.
View GitHub Profile
#!/bin/bash
#Cloudflare DNS servers
DNS_IPV4_PRIMARY="1.1.1.1"
DNS_IPV4_SECONDARY="1.0.0.1"
DNS_IPV6_PRIMARY="2606:4700:4700::1111"
DNS_IPV6_SECONDARY="2606:4700:4700::1001"
# Backup the current resolv.conf
sudo cp /etc/resolv.conf /etc/resolv.conf.bak
#!/usr/bin/env bash
sleep 1
killall -e xdg-desktop-portal-hyprland
killall -e xdg-desktop-portal-wlr
killall xdg-desktop-portal
/usr/lib/xdg-desktop-portal-hyprland &
sleep 2
/usr/lib/xdg-desktop-portal &