From 6319a56fba7bdcae0cad279a41a68993a141e274 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 16 May 2022 01:04:59 +1200 Subject: Remove names for i3 workspaces for now Might make this machine-specific somehow. --- i3/config | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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+ 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+ 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 -- cgit v1.2.3 From 89b59c13dcb64198426a554668157c4e5dbd6257 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 16 May 2022 22:24:58 +1200 Subject: Disable X11 power management --- x/xsession.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3 From 1c18bbe6c20f84cbaf20841f8f96210eb5c7fa3b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 16 May 2022 22:39:14 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index c170571d..f07e2e7d 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:39:14 +0000 -- cgit v1.2.3 From b4269e058d557d08a1a9205cecb802d23392568b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 16 May 2022 22:41:41 +1200 Subject: Bump VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index f07e2e7d..14d0277b 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ tejr dotfiles v12.4.0 -Mon, 16 May 2022 10:39:14 +0000 +Mon, 16 May 2022 10:41:41 +0000 -- cgit v1.2.3