From 63005f5fc81e9b641f07eadb5f07bc7c532d40c7 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Sat, 4 Jan 2025 20:50:44 +1300 Subject: feat: Added new command line option --config (-c) The new options allows you to specify the location of the config file in the arguments to the program. --- config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config b/config index b154600..07e4bc6 100644 --- a/config +++ b/config @@ -1,10 +1,13 @@ # This is a comment # Mainly used for testing -# swapmods +swapmods + +quitkey mod+g bind mod+shift+e exit bind mod+Return spawn alacritty +bind "mod+r k" spawn kitty bind mod+c spawn firefox bind mod+x spawn loginctl lock-session bind mod+shift+x bashSpawn loginctl lock-session && systemctl suspend -- cgit v1.2.3