config tweaks

This commit is contained in:
Travis Burtrum 2024-08-23 01:48:36 -04:00
parent 9f8611c0c7
commit 7042134515
Signed by: moparisthebest
GPG Key ID: 88C93BFE27BC8229
4 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ theme = "github_dark_colorblind"
[editor]
true-color = true
# gutters = ["diagnostics"]
gutters = ["diagnostics"]
# http://www.keyboard-layout-editor.com/#/gists/d1f226131381138f983d9b3beaeaa90b
[editor.soft-wrap]

View File

@ -1 +0,0 @@
./helix/runtime

View File

@ -96,6 +96,7 @@
(command: Execute, value: "pactl set-source-mute @DEFAULT_SOURCE@ toggle", modifier: [], key: "XF86AudioMicMute"),
// (command: Execute, value: "", modifier: [], key: ""),
(command: Execute, value: "toggle-touchpad.sh", modifier: ["modkey"], key: "F11"),
(command: Execute, value: "rofi -show run", modifier: ["modkey"], key: "space"),
// (command: Execute, value: "tdrop -ma -h '100%' alacritty -o window.opacity=0.8 -e ~/.config/bin/z", modifier: [], key: "F12"),
(command: ToggleScratchPad, value: "Alacritty", modifier: [], key: "F12"),

View File

@ -4,6 +4,8 @@ export SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
# pacman -S --needed leftwm leftwm-theme-git polybar pavucontrol xss-lock physlock picom feh network-manager-applet blueman
xrandr --dpi 192
# Dim the screen after 30s of inactivity, lock the screen two minutes later using i3lock:
xset s 30 120
xss-lock -n ~/bin/dim-screen.sh -- physlock -smd &