Compare commits
No commits in common. "3bc760542b84f7707e3e0bdcbbad9e4c6ee79467" and "a5d6c5e56b5559dfcb636e4ca2e6ef9c07a40e24" have entirely different histories.
3bc760542b
...
a5d6c5e56b
@ -210,7 +210,7 @@ myManageHook = composeAll
|
||||
, className =? "Yad" --> doCenterFloat <+> doF W.swapUp
|
||||
, className =? "badd" --> doCenterFloat <+> doF W.swapUp
|
||||
, className =? "filepicker" --> doRectFloat (W.RationalRect (1/12) (1/12) (5/6) (5/6)) <+> doF W.swapUp
|
||||
, isFullscreen --> doFullFloat
|
||||
, isFullscreen --> doFullFloat <+> doF W.swapUp
|
||||
, namedScratchpadManageHook myScratchPads
|
||||
]
|
||||
where
|
||||
|
@ -12,6 +12,5 @@ eval "$(ssh-agent -s)" &> /dev/null
|
||||
if [[ -z $DISPLAY ]] && (( $EUID != 0 )) {
|
||||
[[ ${TTY/tty} != $TTY ]] && (( ${TTY:8:1} == 1 )) &&
|
||||
exec startx $HOME/.config/X11/xinitrc 1> ~/.local/share/logs/xsession-errors 2>&1
|
||||
# exec $HOME/bin/misc/start-dwl 1> ~/.local/share/logs/dwl-errors 2>&1
|
||||
# exec $HOME/bin/misc/start-hyprland 1> ~/.local/share/logs/hyprland-errors 2>&1
|
||||
# exec startx $HOME/bin/misc/start-dwl 1> ~/.local/share/logs/dwl-errors 2>&1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user