diff options
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/i3/config | 2 | ||||
-rw-r--r-- | dot_config/rofi/worldclock.rasi | 2 |
2 files changed, 3 insertions, 1 deletions
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 | |||
239 | 239 | ||
240 | # focus the parent container | 240 | # focus the parent container |
241 | bindsym $mod+a focus parent | 241 | bindsym $mod+a focus parent |
242 | # focus the child container | ||
243 | bindsym $mod+c focus child | ||
242 | 244 | ||
243 | # open new empty workspace | 245 | # open new empty workspace |
244 | #bindsym $mod+Shift+n exec --no-startup-id ~/.config/i3/scripts/empty_workspace | 246 | #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 { | |||
14 | border: 0; | 14 | border: 0; |
15 | padding: 10; | 15 | padding: 10; |
16 | transparency: "real"; | 16 | transparency: "real"; |
17 | width: 230px; | 17 | width: 240px; |
18 | location: center; | 18 | location: center; |
19 | /*y-offset: 18;*/ | 19 | /*y-offset: 18;*/ |
20 | /*x-offset: 850;*/ | 20 | /*x-offset: 850;*/ |