Minor fixes.
This commit is contained in:
5
kutu.rb
5
kutu.rb
@@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
require_relative "./src/X-kutu"
|
require_relative "./src/X-kutu"
|
||||||
|
|
||||||
|
|
||||||
# Initialize X
|
# Initialize X
|
||||||
|
|
||||||
if X.deploy >= 0
|
if X.deploy >= 0
|
||||||
puts "Started kutu WM for X11 successfully!"
|
puts "Started kutu WM for X11 successfully! :)"
|
||||||
else
|
else
|
||||||
raise "Failed to deploy X"
|
raise "Failed to deploy X"
|
||||||
end
|
end
|
||||||
@@ -51,7 +52,7 @@ refresh_monitors!
|
|||||||
|
|
||||||
# Add keybinds
|
# Add keybinds
|
||||||
|
|
||||||
load "./src/bindings.rb"
|
load File.join(__dir__, "/src/bindings.rb")
|
||||||
|
|
||||||
|
|
||||||
# Initialize workspaces
|
# Initialize workspaces
|
||||||
|
|||||||
Reference in New Issue
Block a user