diff --git a/.config/i3/config b/.config/i3/config index 3ed7597..b6076dc 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -47,7 +47,9 @@ bindsym $mod+Return exec i3-sensible-terminal bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+d exec dmenu_run +#bindsym $mod+d exec dmenu_run +bindsym $mod+d exec source ~/.bashrc && j4-dmenu-desktop --term=i3-sensible-terminal + # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. diff --git a/.config/qt5ct/qss/dolphin2.qss b/.config/qt5ct/qss/dolphin2.qss new file mode 100644 index 0000000..6d210f5 --- /dev/null +++ b/.config/qt5ct/qss/dolphin2.qss @@ -0,0 +1,2 @@ +QMenuBar { +} \ No newline at end of file diff --git a/.xprofile b/.xprofile index 7af3d22..22f905c 100644 --- a/.xprofile +++ b/.xprofile @@ -1 +1,3 @@ +source ~/.bashrc + export QT_QPA_PLATFORMTHEME=qt5ct