diff --git a/home/.bashrc b/home/.bashrc index 57fae13..1d02539 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -36,3 +36,6 @@ export HISTSIZE=11000 export HISTFILESIZE=11000 alias ip='ip --color=auto' + +export NVM_DIR="$HOME/.nvm" +[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm diff --git a/home/.config/kwinrc b/home/.config/kwinrc index 64b9e7a..89ad088 100644 --- a/home/.config/kwinrc +++ b/home/.config/kwinrc @@ -72,9 +72,15 @@ tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"wi [Tiling][a3d991e5-e4d6-5b87-b0c7-d6949c612be9] tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]} +[Tiling][bc2a8622-43e1-5de4-9a5d-521e479edee4] +tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]} + [Tiling][c8c8a1aa-ae6b-5caf-85b7-76aff40574b4] tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]} +[Tiling][cb363ef7-affc-5675-a490-30c1baa9ff75] +tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]} + [Tiling][ccd244ca-5575-569f-a8c9-ce17c79b0288] tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]} @@ -84,6 +90,10 @@ tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"wi [Tiling][ecc5d445-b642-5d22-991f-6423e65b585e] tiles={"layoutDirection":"horizontal","tiles":[{"width":0.25},{"width":0.5},{"width":0.25}]} +[Wayland] +InputMethod[$e]=/usr/share/applications/org.freedesktop.IBus.Panel.Wayland.Gtk3.desktop +VirtualKeyboardEnabled=true + [Windows] RollOverDesktops=false diff --git a/home/.config/plasma-org.kde.plasma.desktop-appletsrc b/home/.config/plasma-org.kde.plasma.desktop-appletsrc index ee677aa..093f724 100644 --- a/home/.config/plasma-org.kde.plasma.desktop-appletsrc +++ b/home/.config/plasma-org.kde.plasma.desktop-appletsrc @@ -26,6 +26,14 @@ PreloadWeight=100 popupHeight=450 popupWidth=396 +[Containments][3][Applets][21][Configuration][Appearance] +selectedTimeZones=America/New_York,Europe/Zagreb,Local +showSeconds=true + +[Containments][3][Applets][21][Configuration][ConfigDialog] +DialogHeight=660 +DialogWidth=880 + [Containments][3][Applets][22] immutability=1 plugin=org.kde.plasma.showdesktop diff --git a/home/.profile b/home/.profile index ca7454b..5a89692 100755 --- a/home/.profile +++ b/home/.profile @@ -22,10 +22,10 @@ if test -z "$USER_PROFILEREAD"; then export ANDROID_HOME=$HOME/.local/Apps/android-sdk export SYSTEMD_PAGER= - export INPUT_METHOD=ibus - export GTK_IM_MODULE=ibus - export XMODIFIERS=@im=ibus - export QT_IM_MODULE=ibus +# export INPUT_METHOD=ibus +# export GTK_IM_MODULE=ibus +# export XMODIFIERS=@im=ibus +# export QT_IM_MODULE=ibus export USER_PROFILEREAD=1 fi