config for dolphin

master
Jean-Marie Mineau 3 years ago
parent 966c050707
commit 3008c046e5

@ -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"

@ -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

@ -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

@ -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

@ -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)

@ -48,6 +48,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f
fi
xcompmgr -c &
setxkbmap fr &
exec i3

Loading…
Cancel
Save