12 lines
425 B
Plaintext
12 lines
425 B
Plaintext
# Logo key. Use Mod1 for Alt.
|
|
set $mod Mod4
|
|
# Terminal
|
|
set $term foot
|
|
# Menu command
|
|
set $rofi_cmd rofi -terminal '$term'
|
|
# TODO: add window with the next release of rofi-wayland
|
|
set $menu $rofi_cmd -show combi -combi-modes drun#emoji -modes combi#calc#window
|
|
# Clipboard manager
|
|
set $clip_menu $rofi_cmd -modi clipboard:~/.config/rofi/cliphist-rofi-img -show clipboard
|
|
# Browser
|
|
set $browser ~/AppImages/zen_browser.appimage |