From 53b9a0c0f517e68f6aa3097b3bf8eb94aa90adf0 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Wed, 17 May 2023 19:55:20 -0700 Subject: i3 --- dot_config/i3/config | 2 ++ dot_config/rofi/worldclock.rasi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_config/i3/config b/dot_config/i3/config index ef1fa61..43a7921 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -239,6 +239,8 @@ bindsym $mod+Shift+space floating toggle # focus the parent container bindsym $mod+a focus parent +# focus the child container +bindsym $mod+c focus child # open new empty workspace #bindsym $mod+Shift+n exec --no-startup-id ~/.config/i3/scripts/empty_workspace diff --git a/dot_config/rofi/worldclock.rasi b/dot_config/rofi/worldclock.rasi index 2634a18..3212c8e 100644 --- a/dot_config/rofi/worldclock.rasi +++ b/dot_config/rofi/worldclock.rasi @@ -14,7 +14,7 @@ window { border: 0; padding: 10; transparency: "real"; - width: 230px; + width: 240px; location: center; /*y-offset: 18;*/ /*x-offset: 850;*/ -- cgit v1.2.3