diff --git a/.bash_profile b/.bash_profile index 151e45b..098f0ae 100644 --- a/.bash_profile +++ b/.bash_profile @@ -6,3 +6,4 @@ export PATH="$HOME/bin:$HOME/.local/bin:$HOME/.cargo/bin:$PATH"; export DATA="/media/me/dataDrive" +[ "$XDG_CURRENT_DESKTOP" = "KDE" ] || [ "$XDG_CURRENT_DESKTOP" = "GNOME" ] || export QT_QPA_PLATFORMTHEME="qt5ct" diff --git a/.config/i3/config b/.config/i3/config index d958529..87a272c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -234,3 +234,5 @@ bindsym $mod+Shift+m exec --no-startup-id "sh ~/.screenlayout/no_external.sh" exec --no-startup-id "sh ~/.screenlayout/no_external.sh" # change wallpaper bindsym $mod+w exec --no-startup-id "feh --no-fehbg --bg-fill --randomize ~/.config/wallpapers/*" +# Dolphin +bindsym $mod+Tab exec --no-startup-id dolphin diff --git a/.config/kdeglobals b/.config/kdeglobals new file mode 100644 index 0000000..12e5468 --- /dev/null +++ b/.config/kdeglobals @@ -0,0 +1,35 @@ +[$Version] +update_info=filepicker.upd:filepicker-remove-old-previews-entry + +[Colors:View] +BackgroundNormal=80,80,80 + +[General] +TerminalApplication="alacritty --config-file .config/alacritty/dummy.yml" + +[KDE] +ShowDeleteCommand=false + +[KFileDialog Settings] +Allow Expansion=false +Automatically select filename extension=true +Breadcrumb Navigation=true +Decoration position=2 +LocationCombo Completionmode=5 +PathCombo Completionmode=5 +Show Bookmarks=false +Show Full Path=false +Show Inline Previews=true +Show Speedbar=true +Show hidden files=false +Sort by=Name +Sort directories first=true +Sort reversed=false +Speedbar Width=136 +View Style=DetailTree + +[KShortcutsDialog Settings] +Dialog Size=600,480 + +[PreviewSettings] +MaximumRemoteSize=0 diff --git a/.config/qt5ct/colors/my_dark.conf b/.config/qt5ct/colors/my_dark.conf new file mode 100644 index 0000000..9c822b6 --- /dev/null +++ b/.config/qt5ct/colors/my_dark.conf @@ -0,0 +1,4 @@ +[ColorScheme] +active_colors=#ffffff, #424245, #979797, #5e5c5b, #302f2e, #4a4947, #ffffff, #ffffff, #ffffff, #3d3d3d, #222020, #e7e4e0, #12608a, #f9f9f9, #0986d3, #a70b06, #5c5b5a, #ffffff, #3f3f36, #ffffff +disabled_colors=#808080, #424245, #979797, #5e5c5b, #302f2e, #4a4947, #808080, #ffffff, #808080, #3d3d3d, #222020, #e7e4e0, #12608a, #808080, #0986d3, #a70b06, #5c5b5a, #ffffff, #3f3f36, #ffffff +inactive_colors=#ffffff, #424245, #979797, #5e5c5b, #302f2e, #4a4947, #ffffff, #ffffff, #ffffff, #3d3d3d, #222020, #e7e4e0, #12608a, #f9f9f9, #0986d3, #a70b06, #5c5b5a, #ffffff, #3f3f36, #ffffff diff --git a/.config/qt5ct/qt5ct.conf b/.config/qt5ct/qt5ct.conf new file mode 100644 index 0000000..3c3b67c --- /dev/null +++ b/.config/qt5ct/qt5ct.conf @@ -0,0 +1,28 @@ +[Appearance] +color_scheme_path=/usr/share/qt5ct/colors/darker.conf +custom_palette=true +icon_theme=Adwaita +standard_dialogs=default +style=Fusion + +[Fonts] +fixed=@Variant(\0\0\0@\0\0\0\x14\0S\0\x61\0n\0s\0 \0S\0\x65\0r\0i\0\x66@\"\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10) +general=@Variant(\0\0\0@\0\0\0\x14\0S\0\x61\0n\0s\0 \0S\0\x65\0r\0i\0\x66@\"\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10) + +[Interface] +activate_item_on_single_click=1 +buttonbox_layout=0 +cursor_flash_time=1000 +dialog_buttons_have_icons=1 +double_click_interval=400 +gui_effects=@Invalid() +keyboard_scheme=2 +menus_have_icons=true +show_shortcuts_in_context_menus=true +stylesheets=@Invalid() +toolbutton_style=4 +underline_shortcut=1 +wheel_scroll_lines=3 + +[SettingsWindow] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\v@\0\0\0!\0\0\xe\xff\0\0\x4\x37\0\0\vB\0\0\0!\0\0\xe\xfd\0\0\x4\x35\0\0\0\0\0\0\0\0\a\x80\0\0\vB\0\0\0!\0\0\xe\xfd\0\0\x4\x35) diff --git a/.xinitrc b/.xinitrc index 5339198..24e69ee 100644 --- a/.xinitrc +++ b/.xinitrc @@ -48,6 +48,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi +xcompmgr -c & setxkbmap fr & exec i3