aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-05-17 19:55:20 -0700
committerclarkzjw <[email protected]>2023-05-17 19:55:20 -0700
commit53b9a0c0f517e68f6aa3097b3bf8eb94aa90adf0 (patch)
treed09abdcf1102fd20bc35cd6636e8ac7e67d27aaf
parent2066fbea4ea167f2d18c7fa3db3d5f428ae8298c (diff)
downloaddotfiles-master.tar.gz
-rw-r--r--dot_config/i3/config2
-rw-r--r--dot_config/rofi/worldclock.rasi2
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
241bindsym $mod+a focus parent 241bindsym $mod+a focus parent
242# focus the child container
243bindsym $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;*/
Powered by cgit v1.2.3 (git 2.41.0)