From 48ec52b47674cd8767ebacfb4d0b9b9c846c7446 Mon Sep 17 00:00:00 2001 From: adam <56338480+adastx@users.noreply.github.com> Date: Sat, 5 Nov 2022 18:53:30 +0100 Subject: fixed some bindings, switched from rofi to dmenu --- .config/sxhkd/sxhkdrc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.config') diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 525478e..d05128d 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -5,16 +5,16 @@ super + shift + r i3-msg restart super + shift + p - rofi -show p -modi "p:rofi-power-menu --choices=shutdown/reboot/suspend/logout --confirm=" + $HOME/.local/bin/dmenu/dm-power super + Escape systemctl suspend super + Return - alacritty + i3-msg exec alacritty super + b - firefox + i3-msg exec firefox super + f i3-msg fullscreen toggle @@ -32,16 +32,16 @@ super + shift + c $HOME/.local/bin/comptoggle super + d - rofi -show drun -show-icons -drun-display-format \{name\} - -alt + Tab - rofi -show window -show-icons -drun-display-format \{name\} + dmenu_run -p 'Run:' -b -i -fn 'JetBrainsMono NerdFont:size=11' alt + b - clipmenu -i -p clipmenu + clipmenu -p 'Clipboard:' -b -i -fn 'JetBrainsMono NerdFont:size=11' super + p - rofi-pass + $HOME/.local/bin/dmenu/dm-pass + +super + m + i3-msg exec "alacritty -e pulsemixer" XF86AudioRaiseVolume pamixer -i 5 -- cgit v1.2.3-70-g09d2