From 9e4565b838df7949d6c60f21d3e06cdc0ef8d2a3 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sun, 9 Jul 2023 23:02:32 +0530 Subject: hypr: Adding rofi keybindings --- .config/hypr/hyprland.conf | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to '.config/hypr') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 289f93a..202a75b 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -6,7 +6,8 @@ monitor=eDP-1,1920x1080@60,0x0,1.00,transform,0 # Execute your favorite apps at launch # exec-once = waybar & hyprpaper & firefox exec-once = waybar & dunst & wpaperd & suspend.sh -#exec-once = exec-once=dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY +#exec-once = dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY +#exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY && XDG_CURRENT_DESKTOP=Hyprland exec-once = systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # Source a file (multi-file configs) @@ -126,7 +127,13 @@ bind = $MOD, W, killactive bind = $MOD CTRL SHIFT, Q, exit bind = $MOD, F, togglefloating bind = $MOD, Space, togglefloating -bindr= $MOD, D, exec, pkill tofi || tofi-run | xargs hyprctl dispatch exec +#bindr= $MOD, D, exec, pkill tofi || tofi-run | xargs hyprctl dispatch exec +#rofi +bindr = $MOD, D, exec, pkill rofi || rofi -show run +bindr = $MOD CTRL, D, exec, pkill rofi || rofi -show drun +bind = $MOD, F3, exec, rofi -modi emoji -show emoji -kb-custom-1 Ctrl+C +bind = $MOD, X, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy +bind = ALT, L, exec, ~/.scripts/rofi-beats-linux.sh ################ # Applications # -- cgit v1.2.3