Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ clipse -listen

exec-once = clipse -listen # run listener on startup

windowrule = match:class clipse, float true # ensure you have a floating window class set if you want this behavior
windowrule = match:class clipse, size 622 652 # set the size of the window as necessary
windowrule = float on, match:class clipse # ensure you have a floating window class set if you want this behavior
windowrule = size 622 652, match:class clipse # set the size of the window as necessary

bind = SUPER, V, exec, <terminal name> --class clipse -e 'clipse'

Expand Down