From 42b369f40eea66047edd62a04a76a85f62007fc5 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Tue, 17 Apr 2018 10:43:47 -0700 Subject: [PATCH] ganymede v0 --- .config/terminator/config | 2 +- .config/xfce4/panel/whiskermenu-1.rc | 36 +++--- .../xfce4/xfconf/xfce-perchannel-xml/displays.xml | 43 ++++++- .../xfconf/xfce-perchannel-xml/xfce4-notifyd.xml | 20 ++- .../xfconf/xfce-perchannel-xml/xfce4-panel.xml | 142 +++++++++++---------- .config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml | 122 +++++++++--------- .xinitrc | 14 +- 7 files changed, 215 insertions(+), 164 deletions(-) diff --git a/.config/terminator/config b/.config/terminator/config index fea66b3..9f3dd44 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -1,5 +1,6 @@ [global_config] enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler + extra_styling = False focus = mouse tab_position = bottom title_inactive_bg_color = "#222222" @@ -24,7 +25,6 @@ [profiles] [[default]] background_darkness = 0.8 - background_type = transparent cursor_color = "#ffffff" font = Droid Sans Mono Dotted 15 foreground_color = "#ffffff" diff --git a/.config/xfce4/panel/whiskermenu-1.rc b/.config/xfce4/panel/whiskermenu-1.rc index 13975de..6fbf2d2 100644 --- a/.config/xfce4/panel/whiskermenu-1.rc +++ b/.config/xfce4/panel/whiskermenu-1.rc @@ -1,40 +1,40 @@ -favorites=exo-web-browser.desktop,exo-mail-reader.desktop,exo-file-manager.desktop,pidgin.desktop,exo-terminal-emulator.desktop -recent=xfce-mouse-settings.desktop,xfce-ui-settings.desktop,firefox.desktop,exo-terminal-emulator.desktop -button-title=Applications Menu +favorites=exo-terminal-emulator.desktop,exo-file-manager.desktop,exo-mail-reader.desktop,exo-web-browser.desktop +recent=exo-terminal-emulator.desktop,xfce-settings-manager.desktop,xfce-ui-settings.desktop +button-title=Applications button-icon=xfce4-whiskermenu button-single-row=false show-button-title=false show-button-icon=true launcher-show-name=true -launcher-show-description=false +launcher-show-description=true launcher-show-tooltip=true -item-icon-size=1 +item-icon-size=2 hover-switch-category=false category-show-name=true -category-icon-size=0 -load-hierarchy=true +category-icon-size=1 +load-hierarchy=false recent-items-max=10 favorites-in-recent=true display-recent-default=false -position-search-alternate=true +position-search-alternate=false position-commands-alternate=false position-categories-alternate=false -menu-width=400 -menu-height=500 +menu-width=545 +menu-height=585 menu-opacity=100 command-settings=xfce4-settings-manager show-command-settings=true command-lockscreen=xflock4 show-command-lockscreen=true -command-switchuser=dm-tool switch-to-greeter -show-command-switchuser=false +command-switchuser=gdmflexiserver +show-command-switchuser=true command-logout=xfce4-session-logout show-command-logout=true command-menueditor=menulibre show-command-menueditor=true command-profile=mugshot show-command-profile=true -search-actions=5 +search-actions=4 [action0] name=Man Pages @@ -43,24 +43,18 @@ command=exo-open --launch TerminalEmulator man %s regex=false [action1] -name=Web Search -pattern=? -command=exo-open --launch WebBrowser https://duckduckgo.com/?q=%u -regex=false - -[action2] name=Wikipedia pattern=!w command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u regex=false -[action3] +[action2] name=Run in Terminal pattern=! command=exo-open --launch TerminalEmulator %s regex=false -[action4] +[action3] name=Open URI pattern=^(file|http|https):\\/\\/(.*)$ command=exo-open \\0 diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml index bd82588..657bbfc 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml @@ -3,9 +3,9 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -26,5 +26,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml index de6c978..427fb91 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml @@ -1,14 +1,28 @@ - - - + + + + + + + + + + + + + + + + + diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml index fc5dbfc..ad37bbb 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -1,93 +1,97 @@ - - + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + - - - + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml index 4189958..48609b3 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml @@ -2,90 +2,92 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.xinitrc b/.xinitrc index f14b088..b46ab49 100755 --- a/.xinitrc +++ b/.xinitrc @@ -16,11 +16,11 @@ xfsettingsd & xrdb -merge .Xdefaults & #gnome-settings-daemon & -xscreensaver -no-splash & +#xscreensaver -no-splash & #kupfer --no-splash & rofi -key-run control-space -fuzzy -terminal run_terminal & -nm-applet & -gnome-sound-applet & +#nm-applet & +#gnome-sound-applet & remmina -i & #setxkbmap -option ctrl:nocaps & xmodmap ~/.Xmodmap & @@ -30,7 +30,7 @@ xmodmap ~/.Xmodmap & /usr/lib/xfce4/notifyd/xfce4-notifyd & pulseaudio --start & -blueman-applet & +#blueman-applet & #wicd-gtk --tray & if [ -f ~/.xrandrrc ]; then @@ -39,9 +39,9 @@ fi ~/.fehbg & -if command -v compton &>/dev/null; then - compton -b --config ~/.compton.conf & -fi +#if command -v compton &>/dev/null; then + #compton -b --config ~/.compton.conf & +#fi #exec awesome exec i3 #exec startxfce4