New backup 2024-04-29 14:15:03
This commit is contained in:
parent
f35329f9ad
commit
c51db80d9d
3 changed files with 3 additions and 24 deletions
|
@ -16,7 +16,7 @@
|
||||||
bindsym $mod+l exec ~/.config/sway/scripts/lock
|
bindsym $mod+l exec ~/.config/sway/scripts/lock
|
||||||
|
|
||||||
# Profile Manager
|
# Profile Manager
|
||||||
bindsym $mod+Shift+p exec $HOME/.config/sway/scripts/profiles.sh
|
bindsym $mod+Shift+p exec sp-profiles
|
||||||
|
|
||||||
# Sway Notification Center
|
# Sway Notification Center
|
||||||
bindsym $mod+Shift+n exec swaync-client -t -sw
|
bindsym $mod+Shift+n exec swaync-client -t -sw
|
||||||
|
@ -37,10 +37,7 @@
|
||||||
bindsym $mod+shift+l exec sp-global-shortcuts
|
bindsym $mod+shift+l exec sp-global-shortcuts
|
||||||
|
|
||||||
# Browser
|
# Browser
|
||||||
bindsym $mod+shift+b exec $HOME/.config/sway/scripts/browser.sh
|
bindsym $mod+shift+b exec sp-launcher browser
|
||||||
|
|
||||||
# Srcpy
|
|
||||||
bindsym $mod+shift+i exec $HOME/.config/sway/scripts/scrcpy.sh
|
|
||||||
|
|
||||||
# File Browser
|
# File Browser
|
||||||
bindsym $mod+shift+f exec dolphin
|
bindsym $mod+shift+f exec sp-launcher file_manager
|
||||||
|
|
|
@ -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
|
|
Loading…
Add table
Reference in a new issue