Rearrange files.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
keybind(24) do |event|
|
||||
X.kill event[:window]
|
||||
end
|
||||
|
||||
keybind(25) do |_event|
|
||||
pid = spawn "kitty"
|
||||
Process.detach pid
|
||||
end
|
||||
|
||||
keybind(26) do |_event|
|
||||
$workspaces.each_value(&:close_all)
|
||||
exit 1
|
||||
end
|
||||
|
||||
keybind(55) do |_event|
|
||||
pid = spawn "rofi -modi 'clipboard:greenclip print' -show clipboard -run-command '{cmd}'"
|
||||
Process.detach pid
|
||||
end
|
||||
|
||||
|
||||
mousebind 1
|
||||
|
||||
mousebind 3
|
||||
Reference in New Issue
Block a user