From a85926d2e4d2496e0a214a98d2153031fe97c602 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sat, 24 Feb 2024 21:28:18 +0330 Subject: [PATCH] feat: octoxbps keybind and required package --- README.md | 1 + hyprland/.config/hypr/conf/environments/default.conf | 1 + hyprland/.config/hypr/conf/keybinding.conf | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 7bc00ce..ad2871e 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ The following packages are required for the proper functioning of Hyprland on Vo - alacritty - zellij + - octoxbps - neofetch - fontmanager - gnome-system-monitor diff --git a/hyprland/.config/hypr/conf/environments/default.conf b/hyprland/.config/hypr/conf/environments/default.conf index cf89a86..8281ddf 100644 --- a/hyprland/.config/hypr/conf/environments/default.conf +++ b/hyprland/.config/hypr/conf/environments/default.conf @@ -20,3 +20,4 @@ $rofi_powermenu = $scr_path/rofi-launch.sh p $rofi_screenshot = $scr_path/rofi-launch.sh s $rofi_clipboard = $scr_path/rofi-launch.sh c $rofi_wallpaper = $scr_path/rofi-launch.sh w +$pkg_manager = octoxbps diff --git a/hyprland/.config/hypr/conf/keybinding.conf b/hyprland/.config/hypr/conf/keybinding.conf index 0ef31f1..02194fd 100644 --- a/hyprland/.config/hypr/conf/keybinding.conf +++ b/hyprland/.config/hypr/conf/keybinding.conf @@ -26,6 +26,7 @@ bind = $mainMod, Q, exec, $terminal bind = $mainMod, W, exec, $terminal -e zellij bind = $mainMod, E, exec, $fileManager bind = $mainMod, N, exec, $network_manager +bind = $mainMod, J, exec, $pkg_manager # Screenshot bind = $mainMod, PRINT, exec, $screenshot -m window