diff options
-rw-r--r-- | .bash_profile | 1 | ||||
-rw-r--r-- | .config/sxhkd/sxhkdrc | 11 |
2 files changed, 5 insertions, 7 deletions
diff --git a/.bash_profile b/.bash_profile index ecaad9a..17750b4 100644 --- a/.bash_profile +++ b/.bash_profile @@ -26,6 +26,7 @@ export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswi export SSB_HOME="$XDG_DATA_HOME"/zoom export WGETRC="$XDG_CONFIG_HOME/wgetrc" export PYTHONSTARTUP="${XDG_CONFIG_HOME}/python/pythonrc" +export CM_LAUNCHER=rofi export CM_SELECTIONS=clipboard export CM_DIR=/tmp export PF_INFO="ascii title os kernel uptime pkgs memory" diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index d05128d..a0c84de 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -5,7 +5,7 @@ super + shift + r i3-msg restart super + shift + p - $HOME/.local/bin/dmenu/dm-power + rofi -show p -modi "p:rofi-power-menu --choices=shutdown/reboot/suspend/logout --confirm=" super + Escape systemctl suspend @@ -32,16 +32,13 @@ super + shift + c $HOME/.local/bin/comptoggle super + d - dmenu_run -p 'Run:' -b -i -fn 'JetBrainsMono NerdFont:size=11' + rofi -show drun -show-icons -drun-display-format \{name\} alt + b - clipmenu -p 'Clipboard:' -b -i -fn 'JetBrainsMono NerdFont:size=11' + clipmenu -i -p clipmenu super + p - $HOME/.local/bin/dmenu/dm-pass - -super + m - i3-msg exec "alacritty -e pulsemixer" + rofi-pass XF86AudioRaiseVolume pamixer -i 5 |