config tweaks
This commit is contained in:
parent
9f8611c0c7
commit
7042134515
@ -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]
|
||||
|
@ -1 +0,0 @@
|
||||
./helix/runtime
|
@ -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"),
|
||||
|
@ -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 &
|
||||
|
Loading…
Reference in New Issue
Block a user