Pushing changes before a distrohop.

This commit is contained in:
Derek Taylor 2020-08-07 18:47:56 -05:00
parent a8e80e3646
commit c00618a23a
7 changed files with 25 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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'",

View File

@ -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]

View File

@ -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

View File

@ -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

View File

@ -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