make stuff work that used to work in sway

This commit is contained in:
Cy Pokhrel 2024-11-22 19:19:02 -05:00
parent 25065e5bd7
commit 53f77c222e
No known key found for this signature in database
GPG key ID: 1200FBE36C2ADE2E
2 changed files with 8 additions and 2 deletions

View file

@ -1,7 +1,9 @@
monitor=,preferred,auto,1
$terminal = kitty
$fileManager = dolphin
$menu = rofi -show drun
$menu = rofi -show run
$clipboard = rofi -show clipboard -show-icons
$emoji = rofi -show emoji
exec-once = nm-applet &
exec-once = waybar &
@ -131,8 +133,12 @@ bind = $ctrlMod, Q, killactive,
bind = $shiftMod, E, exit,
bind = $mainMod, space, togglefloating,
bind = $mainMod, D, exec, $menu
bind = $mainMod, comma, exec, $clipboard
bind = $mainMod, period, exec, $emoji
bind = $mainMod, E, layoutmsg, swapwithmaster master
bind = $mainMod, F, fullscreen
bind = $mainMod, W, fullscreen, 1
bind = , print, exec, bash -c "grim -g '$(slurp)' - | wl-copy"
# apps
bind = $altMod, F, exec, $fileManager

View file

@ -1,5 +1,5 @@
configuration {
modes: "drun,run,clipboard:/home/yt/.config/rofi/scripts/cliphist.sh";
modes: "drun,run,emoji:rofimoji,clipboard:/home/yt/.config/rofi/scripts/cliphist.sh";
font: "hack 12";
/* location: 0;*/
/* yoffset: 0;*/