Updated i3 config and xprofile
This commit is contained in:
parent
37a3b9896d
commit
04c5444e78
3 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
2
.config/qt5ct/qss/dolphin2.qss
Normal file
2
.config/qt5ct/qss/dolphin2.qss
Normal file
|
@ -0,0 +1,2 @@
|
|||
QMenuBar {
|
||||
}
|
|
@ -1 +1,3 @@
|
|||
source ~/.bashrc
|
||||
|
||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||
|
|
Loading…
Reference in a new issue