mirror of
https://github.com/gunchev/home_bin.git
synced 2025-11-20 12:15:46 +00:00
5 lines
81 B
Bash
Executable file
5 lines
81 B
Bash
Executable file
#!/bin/bash
|
|
|
|
if [ "$DESKTOP_SESSION" == "lxqt" ]; then
|
|
/usr/bin/xbindkeys
|
|
fi
|