From 2969da204db86c36e30322b68935ce478c528f5b Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Thu, 2 Sep 2021 22:55:04 +0400 Subject: Changed rofi with dmenu --- .config/sxhkd/sxhkdrc.dwm | 9 ++++++++- .profile | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.config/sxhkd/sxhkdrc.dwm b/.config/sxhkd/sxhkdrc.dwm index 46e75ad..3ade7c8 100644 --- a/.config/sxhkd/sxhkdrc.dwm +++ b/.config/sxhkd/sxhkdrc.dwm @@ -8,7 +8,7 @@ super + Return # program launcher super + p - rofi -theme gruvbox-dark -show drun + dmenu-desktop # password manager super + shift + p @@ -57,6 +57,13 @@ XF86TouchpadOff XF86TouchpadOn notify-send 'Touchpad turned on' +# brightness controls +XF86MonBrightnessUp + brightnessctl set 5%+ + +XF86MonBrightnessDown + brightnessctl set 5%- + # screenshots {_,shift + } Print screenshot area to {clip,file} diff --git a/.profile b/.profile index 2b8ac65..940b79d 100644 --- a/.profile +++ b/.profile @@ -46,5 +46,6 @@ export GOPATH="$XDG_DATA_HOME/go" export GEM_HOME="$XDG_DATA_HOME/gem" export GEM_SPEC_CACHE="$XDG_CACHE_HOME/gem" -export PATH="$PATH:$CARGO_HOME/bin:$GOPATH/bin" +export PATH="$PATH:$CARGO_HOME/bin:$GOPATH/bin:$GEM_HOME/bin" export PATH="$PATH:$(du $GEM_HOME/ruby/*/bin | cut -f2 | paste -sd ':')" + -- cgit v1.2.3