feat: nekoray launch keybind
This commit is contained in:
parent
c2bf3e771d
commit
658d36dfa5
3 changed files with 9 additions and 0 deletions
|
@ -17,6 +17,7 @@ bind = $mainMod ALT, down, movewindow, d
|
|||
|
||||
# Apps
|
||||
bind = $mainMod, R, exec, $rofi_menu
|
||||
bind = $mainMod, A, exec, $nekoray
|
||||
bind = $mainMod, X, exec, $rofi_screenshot
|
||||
bind = $mainMod, L, exec, $rofi_powermenu
|
||||
bind = $mainMod, V, exec, $rofi_clipboard
|
||||
|
|
|
@ -19,6 +19,7 @@ $bluetooth-manager = blueman-manager
|
|||
$pkg_manager = octoxbps
|
||||
$scr_path = ~/.config/hypr/scripts
|
||||
$screenshot = $scr_path/hyprshot.sh
|
||||
$nekoray = $scr_path/nekoray-launch.sh
|
||||
$network_manager = $scr_path/wpa-launch.sh
|
||||
$random_wallpaper = $scr_path/wallpaper-daemon.sh
|
||||
$kill_wallpaper_daemon = $scr_path/kill-wallpaper-daemon.sh
|
||||
|
|
7
configs/hyprland/hypr/scripts/nekoray-launch.sh
Executable file
7
configs/hyprland/hypr/scripts/nekoray-launch.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [[ $(pidof nekoray) ]]; then
|
||||
pkill -f nekoray
|
||||
fi
|
||||
|
||||
exec /opt/nekoray/nekoray
|
Loading…
Add table
Reference in a new issue