dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 8120cdf00cbc8acd80ea48e56ee8549a4a7cd694
parent fa2cb0df91ee402628043a3f63eda70cadba185c
Author: Ashymad <czilukim@o2.pl>
Date:   Thu,  1 Mar 2018 23:38:07 +0100

Use SDDM

Diffstat:
M.i3/config | 3+--
M.xprofile | 1+
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.i3/config b/.i3/config @@ -94,7 +94,7 @@ bindsym $mod+r mode "resize" set $power_control "[l]ock log[o]ut [s]uspend [h]ibernate [r]eboot [p]oweroff" mode $power_control { - bindsym l exec light-locker-command -l; mode "default" + bindsym l exec i3lock -i ~/.i3/Moon.png; mode "default" bindsym o exec i3-msg exit; mode "default" bindsym s exec systemctl suspend; mode "default" bindsym h exec systemctl hibernate; mode "default" @@ -129,5 +129,4 @@ for_window [instance="mpv"] pixel 0 exec --no-startup-id redshift-gtk exec --no-startup-id ~/.fehbg -exec --no-startup-id light-locker exec_always --no-startup-id ~/.config/polybar/launch.sh diff --git a/.xprofile b/.xprofile @@ -3,3 +3,4 @@ xinput --set-prop 'SynPS/2 Synaptics TouchPad' 'libinput Tapping Enabled' 1 setxkbmap -option caps:super xrandr --dpi 96 +export QT_QPA_PLATFORMTHEME="qt5ct"