aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-05-16 22:41:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-05-16 22:41:47 +1200
commit1b768744c66c2d2aae741f913947b2de32a4c36a (patch)
treead22d5a2c2445cde7514ac5150d69e66342b3ec3
parentMerge branch 'release/v12.3.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-1b768744c66c2d2aae741f913947b2de32a4c36a.tar.gz
dotfiles-1b768744c66c2d2aae741f913947b2de32a4c36a.zip
Merge branch 'release/v12.4.0'v12.4.0
* release/v12.4.0: Disable X11 power management Remove names for i3 workspaces for now
-rw-r--r--VERSION4
-rw-r--r--i3/config20
-rw-r--r--x/xsession.sh3
3 files changed, 15 insertions, 12 deletions
diff --git a/VERSION b/VERSION
index c170571d..14d0277b 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v12.3.0
-Sun, 15 May 2022 10:24:05 +0000
+tejr dotfiles v12.4.0
+Mon, 16 May 2022 10:41:41 +0000
diff --git a/i3/config b/i3/config
index f43679e8..1fe8e336 100644
--- a/i3/config
+++ b/i3/config
@@ -53,22 +53,22 @@ bindsym $mod+a focus parent
bindsym $mod+z focus child
# Mod+<n> switches to a workspace
-bindsym $mod+1 workspace 1:main
-bindsym $mod+2 workspace 2:home
-bindsym $mod+3 workspace 3:work
-bindsym $mod+4 workspace 4:soc
-bindsym $mod+5 workspace 5:tor
+bindsym $mod+1 workspace 1
+bindsym $mod+2 workspace 2
+bindsym $mod+3 workspace 3
+bindsym $mod+4 workspace 4
+bindsym $mod+5 workspace 5
bindsym $mod+6 workspace 6
bindsym $mod+7 workspace 7
bindsym $mod+8 workspace 8
bindsym $mod+9 workspace 9
# Mod+Shift+<n> moves a container to a workspace
-bindsym $mod+Shift+1 move container to workspace 1:main
-bindsym $mod+Shift+2 move container to workspace 2:home
-bindsym $mod+Shift+3 move container to workspace 3:work
-bindsym $mod+Shift+4 move container to workspace 4:soc
-bindsym $mod+Shift+5 move container to workspace 5:tor
+bindsym $mod+Shift+1 move container to workspace 1
+bindsym $mod+Shift+2 move container to workspace 2
+bindsym $mod+Shift+3 move container to workspace 3
+bindsym $mod+Shift+4 move container to workspace 4
+bindsym $mod+Shift+5 move container to workspace 5
bindsym $mod+Shift+6 move container to workspace 6
bindsym $mod+Shift+7 move container to workspace 7
bindsym $mod+Shift+8 move container to workspace 8
diff --git a/x/xsession.sh b/x/xsession.sh
index 99d7368d..df1860d4 100644
--- a/x/xsession.sh
+++ b/x/xsession.sh
@@ -33,6 +33,9 @@ setxkbmap \
# Set fast mouse acceleration with a natural threshold
xset mouse 5/2 0 &
+# Disable power management; my lock script turns them off
+xset -dpms
+
# Update browser, since .profile set this to a curses browser on login
# shellcheck disable=SC2034
BROWSER=x-www-browser