added kde more keybinds

This commit is contained in:
river
2026-02-02 10:14:06 -06:00
parent 1fd1997218
commit e31224c278
7 changed files with 65 additions and 71 deletions

3
scripts/getIp.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
ip=$(ip a show wlan0 | sed -n 's/inet \([0-9.]*\..*\)\/.*/\1 /p' | tr -d ' ')
echo $ip