Skip to content
This repository was archived by the owner on Jun 13, 2021. It is now read-only.

Commit 68461d3

Browse files
committed
put fullscreen at the top of client click_menu
1 parent 6ddc9bf commit 68461d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

display/client.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ control:
1010
if mouse_event == 'right_click'
1111
client = Client.new(client_id)
1212
13-
case click_menu %w[stick group fullscreen kill slay], 'client'
13+
case click_menu %w[fullscreen stick group kill slay], 'client'
14+
when 'fullscreen' then client.fullscreen!
1415
when 'stick' then client.stick!
1516
when 'group' then client.group!
16-
when 'fullscreen' then client.fullscreen!
1717
when 'kill' then client.kill
1818
when 'slay' then client.slay
1919
end

0 commit comments

Comments
 (0)