From 36d87c181a31b6f3cab49d133cc5ca7d3337d664 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Thu, 22 Feb 2024 18:18:20 -0500 Subject: [PATCH] style(sxhkd): format Signed-off-by: Lucas Sta Maria --- .config/sxhkd/sxhkdrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index e8ace1a..e433922 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -4,11 +4,11 @@ # terminal emulator super + Return - kitty + kitty # emacs super + control + Return - emacsclient --create-frame + emacsclient --create-frame # program launcher super + space @@ -16,27 +16,27 @@ super + space # all programs launcher super + shift + space - rofi -show run + rofi -show run # window jumper super + shift + Tab - rofi -show window + rofi -show window # passwords super + p - rofi-pass + rofi-pass # bluetooth super + b - rofi-bluetooth + rofi-bluetooth # vpn super + v - rofi-vpn + rofi-vpn # power super + BackSpace - powermenu + powermenu # make sxhkd reload its configuration files: super + Escape