From c00618a23abfbf2b4b6d94a55bf9efba798a8542 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Fri, 7 Aug 2020 18:47:56 -0500 Subject: [PATCH] Pushing changes before a distrohop. --- .Xresources | 3 ++- .config/herbstluftwm/autostart | 5 ++++- .config/picom/picom.conf | 1 - .config/polybar/config | 16 +++++++++++++--- .i3/config | 4 ++-- .xmonad/README.org | 4 ++-- .xmonad/xmonad.hs | 4 ++-- 7 files changed, 25 insertions(+), 12 deletions(-) diff --git a/.Xresources b/.Xresources index 8321e8f..1e662eb 100644 --- a/.Xresources +++ b/.Xresources @@ -67,7 +67,7 @@ URxvt.keysym.M-v: perl:clipboard:paste URxvt*depth: 32 -! Dracula Xresources palette +! Palenight Xresources palette !! COLORS ! special @@ -110,3 +110,4 @@ XTerm*cursorColor: #bbc5ff ! white *.color7: #d0d0d0 *.color15: #ffffff + diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index a20d650..17196a4 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -8,6 +8,7 @@ # A customized configuration for herbstluftwm (http://www.herbstluftwm.org) # Modified by Derek Taylor (http://www.gitlab.com/dwt1/ ) + hc() { herbstclient "$@" } @@ -17,6 +18,7 @@ hc emit_hook reload xsetroot -solid '#5A8E3A' picom & nitrogen --restore & +lxsession & # Uncomment the following lines to use xmobar as the panel # Remember to comment out the last 8 lines of this config, so that @@ -36,6 +38,7 @@ hc keybind $Mod-Shift-r reload hc keybind $Mod-Shift-c close hc keybind $Mod-Return spawn $myTerm hc keybind $Mod-e spawn $myEditor +hc keybind Mod1-Control-Return spawn ./xmenu/xmenu.sh # Dmenu launcher hc keybind $Mod-Shift-Return spawn dmenu_run -fn 'Mononoki Nerd Font:size=10' -nb '#292d3e' -nf '#bbc5ff' -sb '#82AAFF' -sf '#292d3e' -p 'dmenu:' @@ -199,7 +202,7 @@ herbstclient set tree_style '╾│ ├└╼─┐' # hc set_monitors 1280x1024+0+0 1280x1024+1280+0 # or simply: # hc detect_monitors -hc set_monitors 1920x1060+0+22 1920x1060+1920+22 1920x1060+3840+22 +hc set_monitors 1920x1060+0+20 1920x1060+1920+20 1920x1060+3840+20 # find the panel panel=~/.config/herbstluftwm/panel.sh diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 4936c25..ddc1a30 100755 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -37,7 +37,6 @@ opacity-rule = [ "99:name *?= 'Call'", "100:name *?= 'httping'", "100:name *?= 'xmobar'", "94:name *?= 'mocp'", -"100:class_g *?= 'emacs'", "100:class_g *?= 'surf' && name *?='suckless.org'", "100:class_g *?= 'tabbed'", "100:name *?= 'newsboat'", diff --git a/.config/polybar/config b/.config/polybar/config index 77c4044..2cbaaf9 100755 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -46,8 +46,8 @@ format-offset = [colors] ; Nord theme ============ -background = #292d3e -foreground = #c0c5ce +background = #282c34 +foreground = #abb2bf alert = #bd2c40 volume-min = #a3be8c volume-med = #ebcb8b @@ -409,7 +409,7 @@ font-2 = "Font Awesome 5 Free:style=Regular:pixelsize=8;1" font-3 = "Font Awesome 5 Free:style=Solid:pixelsize=8;1" font-4 = "Font Awesome 5 Brands:pixelsize=8;1" -modules-left = ewmh xwindow +modules-left = xmenu ewmh xwindow modules-center = modules-right = arrow1 networkspeedup networkspeeddown arrow2 memory2 arrow3 cpu2 arrow2 pavolume arrow3 arch-aur-updates arrow2 date @@ -1623,6 +1623,16 @@ label-indicator-margin = 1 label-indicator-background = ${colors.background} label-indicator-underline = ${colors.foreground} + +################################################################################ + +[module/xmenu] +type = custom/script +interval = 1200 +exec = echo "  " +click-left = "sh /home/dt/xmenu/xmenu.sh" +format-foreground = ${colors.foreground} +format-background = ${colors.background} ################################################################################ [module/xwindow] diff --git a/.i3/config b/.i3/config index 205ef13..481d6f3 100644 --- a/.i3/config +++ b/.i3/config @@ -115,7 +115,7 @@ bindsym $mod+j focus down bindsym $mod+k focus up bindsym $mod+l focus right -# alternatively, you can use the cursor keys: +# alternatively, you can use the arrow keys: bindsym $mod+Left focus left bindsym $mod+Down focus down bindsym $mod+Up focus up @@ -127,7 +127,7 @@ bindsym $mod+Shift+j move down bindsym $mod+Shift+k move up bindsym $mod+Shift+l move right -# alternatively, you can use the cursor keys: +# alternatively, you can use the arrow keys: bindsym $mod+Shift+Left move left bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up diff --git a/.xmonad/README.org b/.xmonad/README.org index 216879a..09194ac 100644 --- a/.xmonad/README.org +++ b/.xmonad/README.org @@ -819,10 +819,10 @@ myManageHook = composeAll -- using 'doShift ( myWorkspaces !! 7)' sends program to workspace 8! -- I'm doing it this way because otherwise I would have to write out -- the full name of my workspaces. - [ className =? "obs" --> doShift ( myWorkspaces !! 7 ) + [ className =? "htop" --> doShift ( myWorkspaces !! 7 ) , title =? "firefox" --> doShift ( myWorkspaces !! 1 ) , className =? "mpv" --> doShift ( myWorkspaces !! 7 ) - , className =? "vlc" --> doShift ( myWorkspaces !! 7 ) + -- , className =? "vlc" --> doShift ( myWorkspaces !! 7 ) , className =? "Gimp" --> doShift ( myWorkspaces !! 8 ) , className =? "Gimp" --> doFloat , title =? "Oracle VM VirtualBox Manager" --> doFloat diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 097c189..79c908a 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -683,10 +683,10 @@ myManageHook = composeAll -- using 'doShift ( myWorkspaces !! 7)' sends program to workspace 8! -- I'm doing it this way because otherwise I would have to write out -- the full name of my workspaces. - [ className =? "obs" --> doShift ( myWorkspaces !! 7 ) + [ className =? "htop" --> doShift ( myWorkspaces !! 7 ) , title =? "firefox" --> doShift ( myWorkspaces !! 1 ) , className =? "mpv" --> doShift ( myWorkspaces !! 7 ) - , className =? "vlc" --> doShift ( myWorkspaces !! 7 ) + -- , className =? "vlc" --> doShift ( myWorkspaces !! 7 ) , className =? "Gimp" --> doShift ( myWorkspaces !! 8 ) , className =? "Gimp" --> doFloat , title =? "Oracle VM VirtualBox Manager" --> doFloat