Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...  (gelezen 660247 keer)

Re: Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #200 Gepost op: 2013/07/01, 00:00:58 »
[offtopic]Google.se en dan de inhoud gewoon in het Nederlands.. yeah right :rolleyes:[/offtopic]

Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #201 Gepost op: 2013/07/01, 09:29:48 »
@Vistaus

Volgens mij had ik google.nl ingesteld als startpagina  ???
Meer weten over Ubuntu? Bezoek mijn site dan eens:
Simpelbuntu


Re: Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #202 Gepost op: 2013/07/01, 11:15:55 »
@Vistaus

Volgens mij had ik google.nl ingesteld als startpagina  ???

Zou kunnen maar op je screenschot zie ik toch echt "Google Sverige" en "google.se" terwijl de rest van de tekst op de pagina vreemd genoeg wel Nederlands is =D

Offline Bloom

  • Lid
Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #203 Gepost op: 2013/07/01, 12:53:57 »
Google houdt cookies op je systeem bij, waaronder ook eentje met je voorkeuzetaal. En zo krijg je Nederlands, ongeacht op welke landsgebonden Google-site je terechtkomt.

Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #204 Gepost op: 2013/07/01, 13:15:36 »
@Vistaus

De startpagina stond op http://www.google.com/ trouwens.

Nu ben ik helemaal blij, ik heb dmenu2 geinstalleerd en geconfigureerd, en heeft nu de zelfde grootte/stijl als i3bar.



# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout somewhen, delete
# this file and re-run i3-config-wizard(1).
#

# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!

set $mod Mod4

# font for window titles. ISO 10646 = Unicode
font pango:Open Sans 10

# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod

# AUTO START APPLICATIONS
exec --no-startup-id nitrogen --set-zoom-fill /home/fabian/Afbeeldingen/wallpaper.jpg

# start a terminal
bindsym $mod+Return exec i3-sensible-terminal

# kill focused window
bindsym $mod+Shift+Q kill

# start dmenu (a program launcher)
bindsym $mod+d exec dmenu_run -nb '#212121' -nf '#ffffff' -fn 'Open Sans-10' -h '25px'

# change focus
bindsym $mod+j focus left
bindsym $mod+k focus down
bindsym $mod+l focus up
bindsym $mod+semicolon focus right

# alternatively, you can use the cursor keys:
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right

# move focused window
bindsym $mod+Shift+J move left
bindsym $mod+Shift+K move down
bindsym $mod+Shift+L move up
bindsym $mod+Shift+colon move right

# alternatively, you can use the cursor keys:
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right

# split in horizontal orientation
bindsym $mod+h split h

# split in vertical orientation
bindsym $mod+v split v

# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen

# change container layout (stacked, tabbed, default)
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout default

# toggle tiling / floating
bindsym $mod+Shift+space floating toggle

# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle

# focus the parent container
bindsym $mod+a focus parent

# focus the child container
#bindcode $mod+d focus child

# switch to workspace
bindsym $mod+1 workspace 1
bindsym $mod+2 workspace 2
bindsym $mod+3 workspace 3
bindsym $mod+4 workspace 4
bindsym $mod+5 workspace 5
bindsym $mod+6 workspace 6
bindsym $mod+7 workspace 7
bindsym $mod+8 workspace 8
bindsym $mod+9 workspace 9
bindsym $mod+0 workspace 10

# move focused container to workspace
bindsym $mod+Shift+exclam move workspace 1
bindsym $mod+Shift+at move workspace 2
bindsym $mod+Shift+numbersign move workspace 3
bindsym $mod+Shift+dollar move workspace 4
bindsym $mod+Shift+percent move workspace 5
bindsym $mod+Shift+dead_circumflex move workspace 6
bindsym $mod+Shift+ampersand move workspace 7
bindsym $mod+Shift+asterisk move workspace 8
bindsym $mod+Shift+parenleft move workspace 9
bindsym $mod+Shift+parenright move workspace 10

# reload the configuration file
bindsym $mod+Shift+C reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+R restart
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+E exit

# resize window (you can also use the mouse for that)
mode "resize" {
        # These bindings trigger as soon as you enter the resize mode

        # They resize the border in the direction you pressed, e.g.
        # when pressing left, the window is resized so that it has
        # more space on its left

bindsym j resize shrink left 10 px or 10 ppt
bindsym Shift+J resize grow   left 10 px or 10 ppt

bindsym k resize shrink down 10 px or 10 ppt
bindsym Shift+K resize grow   down 10 px or 10 ppt

bindsym l resize shrink up 10 px or 10 ppt
bindsym Shift+L resize grow   up 10 px or 10 ppt

bindsym semicolon resize shrink right 10 px or 10 ppt
bindsym Shift+colon resize grow   right 10 px or 10 ppt

        # same bindings, but for the arrow keys
bindsym Left resize shrink left 10 px or 10 ppt
bindsym Shift+Left resize grow   left 10 px or 10 ppt

bindsym Down resize shrink down 10 px or 10 ppt
bindsym Shift+Down resize grow   down 10 px or 10 ppt

bindsym Up resize shrink up 10 px or 10 ppt
bindsym Shift+Up resize grow   up 10 px or 10 ppt

bindsym Right resize shrink right 10 px or 10 ppt
bindsym Shift+Right resize grow   right 10 px or 10 ppt

        # back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
}

bindsym $mod+r mode "resize"

# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
colors {
background #212121
}
        status_command i3status
position top
}

https://bitbucket.org/melek/dmenu2
« Laatst bewerkt op: 2013/07/01, 13:17:26 door lord4163 »
Meer weten over Ubuntu? Bezoek mijn site dan eens:
Simpelbuntu



Offline lacer

  • Lid
    • dDbJn3Y
Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #206 Gepost op: 2013/07/02, 21:37:04 »
1* Ubuntu Mate 24.04 op Dell E5540 (1)
2* Ubuntu Mate 24.04 op Dell E5540 (2)
3* Ubuntu Mate 24.04 op test pc Dell E5550
4* Ubuntu Mate 24.04 op Toshiba P70-B

Offline Bloom

  • Lid
Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #207 Gepost op: 2013/07/03, 02:57:26 »
Nee, ik heb bestaande stukjes conkyconfiguratie gebruikt en samengevoegd. Het weerbericht is trouwens inmiddels volledig in het Nederlands.

drum

  • Gast
Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #208 Gepost op: 2013/07/20, 09:48:10 »
mint15-xfce


drum

  • Gast
Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #210 Gepost op: 2013/07/20, 12:16:05 »
zou het niet weten Bloom, zit standaard in mint15 xfce

Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #211 Gepost op: 2013/07/20, 13:42:22 »
Ubuntu 13.04. Met Live-TV van Zeelandnet in VLC. Dankzij de starters nu makkelijker dan op Windows of Mac OS :evil:.



NOBODY expects the Spanish Inquisition!

Offline TopGear

  • Forumteam
Re: Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #212 Gepost op: 2013/07/20, 17:08:44 »
Mijn #! 11 "Waldorf" setup op mijn oude laptopje. FWIW, #! (CrunchBang) is een Openbox afgeleide van Debian, Debian 7 in dit geval. Na veel geklooi de nvidia 4200GO werkend gekregen met de 96xx legacy drivers. De rest werkte allemaal OOTB. (plaatje is klikbaar)


Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #213 Gepost op: 2013/07/21, 14:05:24 »
@TopGear

Waarom heb je de standaard iconen verwijderd?  ???
Meer weten over Ubuntu? Bezoek mijn site dan eens:
Simpelbuntu


Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #214 Gepost op: 2013/07/22, 20:19:17 »
Arch Linux, heerlijk minimalistisch.


Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #215 Gepost op: 2013/07/26, 18:46:39 »

Arch+xfce4 KISS

Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #216 Gepost op: 2013/08/15, 23:21:59 »
Op mijn laptop een herinstallatie gedaan van Xubuntu 12.04 met onderaan Cairo dock!



Linux Mint 18.3  Xfce

Offline bjeli

  • Lid
Re: Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #217 Gepost op: 2013/08/15, 23:25:36 »
Mooi!

Fujitsu Lifebook E752  |  i5-3230M 2.60 GHz  |  Intel HD Graphics 4000  |  4 GB Ram  |  320 GB HDD  |  Linux Mint 17.2  64 bit

Offline jvecht

  • Lid
    • Just Vecht
Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #218 Gepost op: 2013/08/16, 08:07:14 »
Nu eens kijken of ik mensen kan wijsmaken dat dit Facebook OS 1.0 is  :evil:

 =D =D =D

Just
GIMP bundel 2018  38 cursussen met mooi oefenmateriaal. Lekker lezen of er wat van opsteken!
  Boekje "Werken met Xubuntu" 5000+ downloads!
     Het Helpmij Magazine Mei 2021

Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #219 Gepost op: 2013/08/16, 12:00:36 »
Kubuntu 13.04


Offline bjeli

  • Lid
Re: Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #220 Gepost op: 2013/08/16, 12:11:47 »
Ziet er goed uit zeg!

Mooie media speler. Kan die met een iPhone syncen?

Fujitsu Lifebook E752  |  i5-3230M 2.60 GHz  |  Intel HD Graphics 4000  |  4 GB Ram  |  320 GB HDD  |  Linux Mint 17.2  64 bit

Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #221 Gepost op: 2013/08/16, 12:36:49 »
Dat is Amarok, de standaardspeler van KDE. Heb zelf geen iSpul maar er is wel een plugin aanwezig "iPod, iPad & iPhone Collection" met als beschrijving "Plugin to use iPod-like devices as collections in Amarok". Misschien werkt dat, maar misschien ook niet ;)

Offline bjeli

  • Lid
Re: Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #222 Gepost op: 2013/08/16, 13:16:01 »
Thanks. Hele snelle/korte off-topic: Zit er een wezenlijke verschil tussen mint kde / kubuntu?

Fujitsu Lifebook E752  |  i5-3230M 2.60 GHz  |  Intel HD Graphics 4000  |  4 GB Ram  |  320 GB HDD  |  Linux Mint 17.2  64 bit

Offline Timo

  • Forumteam
Re: Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #223 Gepost op: 2013/08/17, 10:02:13 »
Thanks. Hele snelle/korte off-topic: Zit er een wezenlijke verschil tussen mint kde / kubuntu?
De 'muntsaus'. Mint past e.e.a. aan terwijl Kubuntu echt een standaard KDE aflevert, die je zelf maar moet aanpassen mocht je dat willen.

Mijn desktop op het moment:


Ook Amarok hierzo, geniale muziekspeler.

Re: Hoe ziet jouw grafische desktop eruit ? - In foto en film...
« Reactie #224 Gepost op: 2013/08/17, 11:00:24 »


Ubuntu 13.04, met het lichte thema.