Home freenode/#xmonad: Logs Calendar

Logs: freenode/#xmonad

←Prev  Next→
Page 1 .. 201 202 203 204 205 206 207 208 209 210 211 .. 397
39,606 events total
2021-03-03 14:27:44 <geekosaur> hm, actually which logHook did you try to change? the one in "defaults" should stay how it is, it's "myLogHook" that should be swapped with "myStartupHook"
2021-03-03 14:27:48 <supastupid> ok
2021-03-03 14:27:50 <supastupid> here
2021-03-03 14:28:10 <supastupid> xmobar: Prelude.!!: index too large
2021-03-03 14:28:33 <supastupid> geekosaur: so loghook should have myStartupHook in it?
2021-03-03 14:28:45 <geekosaur> and xmonad isn't recompiling because the build script doesn't exist, it's falling back to a different way of rebuilding and should in fact be avoiding rebuilding better
2021-03-03 14:29:07 <geekosaur> you are currently using myLogHook as if it were myStartupHook, for some reason
2021-03-03 14:29:23 <supastupid> ok
2021-03-03 14:29:28 <supastupid> can we fix the xmobar now
2021-03-03 14:29:28 <geekosaur> you are starting feh and compton for it, and trying to restart them every time the current window changes
2021-03-03 14:29:32 <mc47> I found the problem
2021-03-03 14:29:44 <supastupid> y??
2021-03-03 14:30:18 <mc47> you're using a seperator that uses an additional font (<fc=1>) and you're not defining any font
2021-03-03 14:30:47 <mc47> when xmobar tries to display the data from xmonad, it crashes because it tries to access the first additional font, that doesn't exist
2021-03-03 14:31:22 <supastupid> and this is why you don't copy/paste code not knowing what you are doing from distrotube, kids
2021-03-03 14:31:26 <supastupid> lol
2021-03-03 14:31:42 <supastupid> so i do <fn=0?
2021-03-03 14:31:45 <mc47> supastupid the loghook gets executed *every time* anything changes. You certainly don't want to attempt starting feh and compton
2021-03-03 14:31:49 <mc47> no just remove the fn
2021-03-03 14:31:56 <mc47> and the /fn
2021-03-03 14:32:24 <supastupid> whoa!
2021-03-03 14:32:25 <supastupid> it works
2021-03-03 14:32:30 <supastupid> yoooo this is awesome
2021-03-03 14:32:31 <mc47> the flashing makes sense too now
2021-03-03 14:32:47 × fakecrafter quits (~fakecraft@aftr-37-201-168-120.unity-media.net) (Quit: leaving)
2021-03-03 14:32:52 <mc47> awesome :)
2021-03-03 14:33:01 <supastupid> ok
2021-03-03 14:33:03 <supastupid> now..
2021-03-03 14:33:19 <supastupid> how do i get my layout not to say "Spacing ResizableTall"
2021-03-03 14:33:51 <supastupid> like can i rename the layout
2021-03-03 14:33:56 <mc47> https://hackage.haskell.org/package/xmonad-contrib-0.16/docs/XMonad-Layout-Renamed.html
2021-03-03 14:34:23 <supastupid> thanx
2021-03-03 14:34:55 <supastupid> wait
2021-03-03 14:34:59 <supastupid> i don't understand
2021-03-03 14:35:37 <mc47> wait
2021-03-03 14:35:59 <geekosaur> https://github.com/geekosaur/xmonad.hs/blob/pyanfar/xmonad.hs#L138
2021-03-03 14:36:04 <geekosaur> example usage
2021-03-03 14:36:51 <geekosaur> in your case you probably want [CutWordsLeft 1], unless you don't want the layout name at all in which case I'd change ppOrder instead of using X.L.Renamed
2021-03-03 14:37:08 <supastupid> i want it to say "tiled" instead of "Spacing ResizableTall"
2021-03-03 14:37:29 <mc47> I have something similar
2021-03-03 14:37:30 <mc47> https://github.com/TheMC47/dotfiles/blob/master/.xmonad/src/Config.hs#L259-L272
2021-03-03 14:37:49 <geekosaur> but they're all tiled…
2021-03-03 14:38:10 <geekosaur> that said, see mc47's example (the later three, not the line they highlighted)
2021-03-03 14:38:49 <supastupid> renamed doe nothing
2021-03-03 14:39:19 <mc47> the renamed [Replace ".."] takes care of changing the name of the layout, and renamed [CutWordsLeft 1] removes the "Spacing"
2021-03-03 14:39:39 <mc47> you should recompile and restart
2021-03-03 14:39:44 <supastupid> works
2021-03-03 14:39:45 <supastupid> good
2021-03-03 14:40:35 <supastupid> also
2021-03-03 14:40:45 <supastupid> how do i make full fully full the screen?
2021-03-03 14:41:52 <supastupid> wait
2021-03-03 14:41:58 <supastupid> how do i recompile xmonad
2021-03-03 14:42:08 <geekosaur> use the Full or Simplest layouts
2021-03-03 14:42:15 <geekosaur> mod-q recompiles and restarts
2021-03-03 14:42:29 <supastupid> its not working
2021-03-03 14:43:57 <supastupid> uh oh
2021-03-03 14:45:55 <supastupid> if i do renamed [Replace "Fullscreen"] $ Full it breaks it
2021-03-03 14:46:22 × mc47 quits (~yecinem@89.246.239.190) (Quit: Leaving)
2021-03-03 14:46:43 mc47 joins (~yecinem@89.246.239.190)
2021-03-03 14:47:06 × geekosaur quits (82650c7a@130.101.12.122) (Quit: Connection closed)
2021-03-03 14:47:22 <supastupid> mc47: renamed is not working
2021-03-03 14:47:49 <mc47> yeah, probably because of the operator precedence
2021-03-03 14:48:07 <supastupid> it is renaming all of the layouts to "Tiled"
2021-03-03 14:48:56 <mc47> avoidStruts (renamed ["Tiled"] tiled ||| renamed ["Fullscreen"] Full)
2021-03-03 14:48:58 <mc47> try this
2021-03-03 14:49:36 × kelnoky quits (~shao@ip1f1285ec.dynamic.kabel-deutschland.de) (Quit: WeeChat 3.0)
2021-03-03 14:50:07 <mc47> doing avoidStruts (renamed ["Tiled"] $ tiled ||| Full) means you want to apply renamed ["Tiled"] on the whole tiled ||| Full ($ changes the precedence of things)
2021-03-03 14:51:16 <supastupid> myLayout = avoidStruts (renamed ["Tiled"] tiled ||| renamed ["Fullscreen"] Full)
2021-03-03 14:51:20 <supastupid> this is what i havve
2021-03-03 14:51:32 <mc47> and that does not work?
2021-03-03 14:51:38 <supastupid> no
2021-03-03 14:51:42 <supastupid> it spits tons of errors
2021-03-03 14:51:51 <mc47> show me
2021-03-03 14:52:28 <mc47> myLayout = avoidStruts ((renamed ["Tiled"] tiled) ||| (renamed ["Fullscreen"] Full)) works though, right?
2021-03-03 14:53:10 <supastupid> nope
2021-03-03 14:53:25 <mc47> oh
2021-03-03 14:53:30 <mc47> you're probably not importing the module
2021-03-03 14:53:38 <mc47> show me the logs?
2021-03-03 14:55:14 <mc47> gtg for now, if it's not resolved I'll check it later
2021-03-03 14:55:30 <supastupid> https://dpaste.com/7T63M7GE5
2021-03-03 14:56:10 <mc47> my bad, it should be Replace "Tiled"
2021-03-03 14:56:23 <mc47> avoidStruts (renamed [Replace "Tiled"] tiled ||| renamed [Replace "Fullscreen"] Full)
2021-03-03 14:56:41 <supastupid> yay!
2021-03-03 14:57:05 <supastupid> also when i play fullscreen games the window just dissapears
2021-03-03 14:58:36 <supastupid> nvm
2021-03-03 15:03:17 <supastupid> how do i get the systray on xmobar?
2021-03-03 15:03:28 seschwar joins (~seschwar@unaffiliated/seschwar)
2021-03-03 15:06:13 <supastupid> when i play fullscreen games the window dissapears
2021-03-03 15:06:28 <supastupid> it shortly flashes on the screen though
2021-03-03 15:06:34 <supastupid> i am using ewmhdesktops
2021-03-03 15:14:57 × toniz4 quits (~toniz4@unaffiliated/toniz4) (Ping timeout: 264 seconds)
2021-03-03 15:15:13 <supastupid> mc47: please help when you get back
2021-03-03 15:16:34 toniz4 joins (~toniz4@unaffiliated/toniz4)
2021-03-03 15:38:23 × supastupid quits (~dexter@c-76-118-2-54.hsd1.nh.comcast.net) (Quit: Lost terminal)
2021-03-03 15:39:39 supastupid joins (~dexter@c-76-118-2-54.hsd1.nh.comcast.net)
2021-03-03 15:40:11 <supastupid> can someone help with my issue, whenever i open a fullscreen window it dissapear
2021-03-03 15:40:56 <supastupid> be right back
2021-03-03 15:41:03 × supastupid quits (~dexter@c-76-118-2-54.hsd1.nh.comcast.net) (Client Quit)
2021-03-03 15:42:35 × cfricke quits (~cfricke@unaffiliated/cfricke) (Quit: WeeChat 3.0.1)
2021-03-03 15:45:14 supastupid joins (~dexter@c-76-118-2-54.hsd1.nh.comcast.net)
←Prev  Next→
Page 1 .. 201 202 203 204 205 206 207 208 209 210 211 .. 397

All times are in UTC.