New backup 2024-04-29 14:15:03

This commit is contained in:
Penelope Gwen 2024-04-29 14:15:03 -06:00
parent f35329f9ad
commit c51db80d9d
3 changed files with 3 additions and 24 deletions

View file

@ -16,7 +16,7 @@
bindsym $mod+l exec ~/.config/sway/scripts/lock
# Profile Manager
bindsym $mod+Shift+p exec $HOME/.config/sway/scripts/profiles.sh
bindsym $mod+Shift+p exec sp-profiles
# Sway Notification Center
bindsym $mod+Shift+n exec swaync-client -t -sw
@ -37,10 +37,7 @@
bindsym $mod+shift+l exec sp-global-shortcuts
# Browser
bindsym $mod+shift+b exec $HOME/.config/sway/scripts/browser.sh
# Srcpy
bindsym $mod+shift+i exec $HOME/.config/sway/scripts/scrcpy.sh
bindsym $mod+shift+b exec sp-launcher browser
# File Browser
bindsym $mod+shift+f exec dolphin
bindsym $mod+shift+f exec sp-launcher file_manager

View file

@ -1,18 +0,0 @@
#!/bin/bash
if lsusb | grep -q "04e8:68"
then
scrcpy -dwS
else
if ping -c 1 pogmommy-samsung-a54 &> /dev/null
then
scrcpy -wS --tcpip=pogmommy-samsung-a54
else
if ping -c 1 10.6.0.103 &> /dev/null
then
scrcpy -wS --tcpip=10.6.0.103
else
notify-send "phone not found"
fi
fi
fi