From 04c5444e787640c8e603ca18f473c74dc0bf43ba Mon Sep 17 00:00:00 2001 From: logan2611 Date: Sat, 29 Feb 2020 22:23:46 -0700 Subject: [PATCH] Updated i3 config and xprofile --- .config/i3/config | 4 +++- .config/qt5ct/qss/dolphin2.qss | 2 ++ .xprofile | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .config/qt5ct/qss/dolphin2.qss 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