* [gentoo-user] urxvt on i3wm as wallpaper @ 2014-12-05 17:18 behrouz khosravi 2014-12-06 2:14 ` lee 0 siblings, 1 reply; 5+ messages in thread From: behrouz khosravi @ 2014-12-05 17:18 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 212 bytes --] Hello everyone. I was wondering that is it possible to have urxvt (or another terminal) on a portion of background? I used the override-redirect option but it didnt work properly. Have anyone tried this? thanks. [-- Attachment #2: Type: text/html, Size: 278 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] urxvt on i3wm as wallpaper 2014-12-05 17:18 [gentoo-user] urxvt on i3wm as wallpaper behrouz khosravi @ 2014-12-06 2:14 ` lee 2014-12-06 13:00 ` behrouz khosravi 0 siblings, 1 reply; 5+ messages in thread From: lee @ 2014-12-06 2:14 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 306 bytes --] behrouz khosravi <bz.khosravi@gmail.com> writes: > Hello everyone. > I was wondering that is it possible to have urxvt (or another terminal) on > a portion of background? > I used the override-redirect option but it didnt work properly. > Have anyone tried this? > thanks. Omit the window decorations? [-- Attachment #2: xterm.jpg --] [-- Type: image/jpeg, Size: 34796 bytes --] [-- Attachment #3: Type: text/plain, Size: 136 bytes --] -- Again we must be afraid of speaking of daemons for fear that daemons might swallow us. Finally, this fear has become reasonable. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] urxvt on i3wm as wallpaper 2014-12-06 2:14 ` lee @ 2014-12-06 13:00 ` behrouz khosravi 2014-12-07 23:16 ` lee 0 siblings, 1 reply; 5+ messages in thread From: behrouz khosravi @ 2014-12-06 13:00 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 416 bytes --] On Sat, Dec 6, 2014 at 5:44 AM, lee <lee@yagibdah.de> wrote: > > > Omit the window decorations? > I liked the picture, but actually I am not sure if that's what I want. I want a terminal that is on the background (wallpaper) of the screen, not in the floating mode or something like that. For example like the conky behaves when it is on the walpaper. However how did you remove the window decorations?! thanks. [-- Attachment #2: Type: text/html, Size: 892 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] urxvt on i3wm as wallpaper 2014-12-06 13:00 ` behrouz khosravi @ 2014-12-07 23:16 ` lee 2014-12-08 7:56 ` behrouz khosravi 0 siblings, 1 reply; 5+ messages in thread From: lee @ 2014-12-07 23:16 UTC (permalink / raw To: gentoo-user behrouz khosravi <bz.khosravi@gmail.com> writes: > On Sat, Dec 6, 2014 at 5:44 AM, lee <lee@yagibdah.de> wrote: > >> >> >> Omit the window decorations? >> > > I liked the picture, but actually I am not sure if that's what I want. > I want a terminal that is on the background (wallpaper) of the screen, not > in the floating mode or something like that. > For example like the conky behaves when it is on the walpaper. I guess you'd have to build the terminal into the WM to achieve this. Other than that, you can always make the terminal fullscreen, and then there's no significant difference between the terminal and the background anymore --- or is there? > However how did you remove the window decorations?! I have Style * !Title, BorderWidth 2 Style XTerm !Borders in my fvwm configuration. You can check it out at [1] and modify it to your liking. Unless you have an AltGr key on your keyboard, you probably *do* want to adjust the key bindings before starting fvwm, or you may find yourself unable to move windows. Once you got used to fvwm, you don't want to put up with anything less anymore :) However, i3 is really good, too, if you like tiling WMs and don't (yet) need sticky floating windows (which stay on top)[2]. I've tried many WMs over the years and can recommend only those two. And I got fvwm to do tiling the way I need it --- which I rarely do --- basically just as well as i3 does. [1]: https://github.com/lee-/fvwm [2]: http://i3wm.org/ -- Again we must be afraid of speaking of daemons for fear that daemons might swallow us. Finally, this fear has become reasonable. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] urxvt on i3wm as wallpaper 2014-12-07 23:16 ` lee @ 2014-12-08 7:56 ` behrouz khosravi 0 siblings, 0 replies; 5+ messages in thread From: behrouz khosravi @ 2014-12-08 7:56 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 1807 bytes --] On Mon, Dec 8, 2014 at 2:46 AM, lee <lee@yagibdah.de> wrote: > behrouz khosravi <bz.khosravi@gmail.com> writes: > > > On Sat, Dec 6, 2014 at 5:44 AM, lee <lee@yagibdah.de> wrote: > > > >> > >> > >> Omit the window decorations? > >> > > > > I liked the picture, but actually I am not sure if that's what I want. > > I want a terminal that is on the background (wallpaper) of the screen, > not > > in the floating mode or something like that. > > For example like the conky behaves when it is on the walpaper. > > I guess you'd have to build the terminal into the WM to achieve this. > > Other than that, you can always make the terminal fullscreen, and then > there's no significant difference between the terminal and the > background anymore --- or is there? > > > However how did you remove the window decorations?! > > I have > > > Style * !Title, BorderWidth 2 > Style XTerm !Borders > > > in my fvwm configuration. You can check it out at [1] and modify it to > your liking. Unless you have an AltGr key on your keyboard, you > probably *do* want to adjust the key bindings before starting fvwm, or > you may find yourself unable to move windows. > > Once you got used to fvwm, you don't want to put up with anything less > anymore :) However, i3 is really good, too, if you like tiling WMs and > don't (yet) need sticky floating windows (which stay on top)[2]. I've > tried many WMs over the years and can recommend only those two. And I > got fvwm to do tiling the way I need it --- which I rarely do --- > basically just as well as i3 does. > > > [1]: https://github.com/lee-/fvwm > [2]: http://i3wm.org/ > > > -- > Again we must be afraid of speaking of daemons for fear that daemons > might swallow us. Finally, this fear has become reasonable. > > Ok, Thanks. [-- Attachment #2: Type: text/html, Size: 2677 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-12-08 7:56 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-12-05 17:18 [gentoo-user] urxvt on i3wm as wallpaper behrouz khosravi 2014-12-06 2:14 ` lee 2014-12-06 13:00 ` behrouz khosravi 2014-12-07 23:16 ` lee 2014-12-08 7:56 ` behrouz khosravi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox