make stuff work that used to work in sway
This commit is contained in:
parent
25065e5bd7
commit
53f77c222e
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;*/
|
||||
|
|
Loading…
Add table
Reference in a new issue