summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-07-09 23:02:32 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-07-09 23:02:32 +0530
commit9e4565b838df7949d6c60f21d3e06cdc0ef8d2a3 (patch)
tree499aecd1ad765f326cb2017351a77bcf61cb9950
parentb15b83d8dbd771670c640b09b975d53e01ec424a (diff)
hypr: Adding rofi keybindings
-rw-r--r--.config/hypr/hyprland.conf11
1 files changed, 9 insertions, 2 deletions
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 #