Skip to content

Commit

Permalink
kde config
Browse files Browse the repository at this point in the history
  • Loading branch information
hackartists committed Mar 30, 2024
1 parent eb66085 commit fdaa5f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions bin/custom_combi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CMD_SCRCPY="scrcpy: mirror mobile screen"
CMD_COLOR="color: color picker"
CMD_DICT="dict: dictionary"
CMD_UC="unicode: unicode symbols"
CMD_PASS="pass: standard password manager"

if [[ -z "$1" ]]; then
echo $CMD_CALC
Expand All @@ -31,6 +32,7 @@ if [[ -z "$1" ]]; then
# translate-shell package
echo $CMD_DICT
echo $CMD_UC
echo $CMD_PASS
fi

case $1 in
Expand Down Expand Up @@ -91,4 +93,7 @@ case $1 in
kill `pidof rofi`
echo $(rofi -modi "emoji:rofimoji" -show emoji)
;;
"$CMD_PASS")
kill `pidof rofi`
ROFI_PASS_BACKEND=wtype ROFI_PASS_CLIPBOARD_BACKEND=wl-clipboard rofi-pass
esac
5 changes: 2 additions & 3 deletions xmonad.hs
Original file line number Diff line number Diff line change
Expand Up @@ -772,9 +772,8 @@ main = do
False
$ setEwmhActivateHook acFh
$ ewmhFullscreen . ewmh
$ def
-- $ kdeConfig
-- { manageHook = newFh <> manageHook kdeConfig <+> myManageHook <+> manageDocks
$ def -- $ kde4Config
-- { manageHook = newFh <> manageHook kde4Config <+> myManageHook <+> manageDocks
{ manageHook = newFh <+> myManageHook <+> manageDocks
, handleEventHook = docksEventHook
, modMask = myModMask
Expand Down

0 comments on commit fdaa5f4

Please sign in to comment.