diff --git a/home/user/.config/i3/config b/home/user/.config/i3/config index 56b06c7..c01613d 100644 --- a/home/user/.config/i3/config +++ b/home/user/.config/i3/config @@ -12,6 +12,9 @@ set $i3lock_cmd "i3lock -enf -c 1e1e1e" exec --no-startup-id xset +dpms dpms 600 0 0 exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock -enf -c 1e1e1e +# hide cursor +exec --no-startup-id unclutter -idle 0.3 -root + exec_always --no-startup-id xset r rate 250 100 exec_always --no-startup-id setxkbmap -model pc105 -layout us,ru -option grp:win_space_toggle -option ctrl:nocaps @@ -237,4 +240,4 @@ bindsym $mod+q exec --no-startup-id i3-msg workspace hide1; workspace hide2 no_focus [title="^Peek preview$"] -include ~/.config/i3/config.d/*.conf \ No newline at end of file +include ~/.config/i3/config.d/*.conf diff --git a/install-hooks/i3/pre-install b/install-hooks/i3/pre-install index b7dce52..1644717 100755 --- a/install-hooks/i3/pre-install +++ b/install-hooks/i3/pre-install @@ -1,3 +1,3 @@ #!/bin/sh -echo "sudo pacman -S nitrogen picom compton ttf-font-awesome xdotool xclip maim playerctl rofi" \ No newline at end of file +echo "sudo pacman -S nitrogen picom compton ttf-font-awesome xdotool xclip maim playerctl rofi unclutter"