diff --git a/helix/config.toml b/helix/config.toml index 26356b7..3502d6f 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -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] diff --git a/helix/runtime b/helix/runtime deleted file mode 120000 index 9627a69..0000000 --- a/helix/runtime +++ /dev/null @@ -1 +0,0 @@ -./helix/runtime \ No newline at end of file diff --git a/leftwm/config.ron b/leftwm/config.ron index 7353c38..6cad753 100644 --- a/leftwm/config.ron +++ b/leftwm/config.ron @@ -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"), diff --git a/leftwm/up b/leftwm/up index 2852545..d7888ad 100755 --- a/leftwm/up +++ b/leftwm/up @@ -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 &