Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #########################################################################################
- #ᰜᰜᰜ ㄗ 𑁣 𑁗 ፖ ༑ ᙅ ༑ ₳ ⴄ 𓁿Ꝣᰃ𑊸 ᰜᰜᰜ ㄗ𐍈𐔹ⵖЪДⴽ ᕮᗤ𐏒𐌕𐏒𐀏ꤚ ᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜ#
- #ᰜᰜᰜ https://gitlab.com/Poetician ᰜᰜᰜᰜᰜᰜᰜ https://pastebin.com/u/poetician ᰜᰜᰜ#
- #ᰜᰜᰜ Version: 4.20.1 (2021-11-03) © 2009 Michael Stapelberg and contributors ᰜᰜᰜ#
- #ᰜᰜᰜ Developer URL:https://i3wm.org/ ᰜᰜᰜ https://www.reddit.com/r/i3wm/ ᰜᰜᰜ#
- #ᰜᰜᰜ ┌─[poeticien@Ryzen-fr] - [~] - [jeu nov 04, 08:04] ᰜᰜᰜ#
- #ᰜᰜᰜ └─[$] <> iso ᰜᰜᰜ#
- #ᰜᰜᰜ ISO_RELEASE=v21.11.05 ᰜᰜᰜ#
- #ᰜᰜᰜ ISO_CODENAME=ArcoLinuxB-i3 ᰜᰜᰜ#
- #ᰜᰜᰜ ISO_BUILD=Fri Oct 29 01:43:45 AM CEST 2021 ᰜᰜᰜ#
- #ᰜᰜᰜ https://www.arcolinux.info/ ᰜᰜᰜ#
- #ᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜ#
- #ᰜᰜᰜᰜᰜᰜ Define $mod Variable ᰜᰜᰜᰜᰜᰜ#
- set $mod Mod4
- #ᰜᰜᰜᰜᰜᰜ Display Settings ᰜᰜᰜᰜᰜᰜ#
- exec xrandr --no-startup-id --output HDMI-A-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DVI-D-0 -mode 1920x1080 --pos 1920x0 --rotate normal
- exec killall picom &&
- exec_always --no-startup-id picom --config ~/.config/picom.conf
- bindsym Ctrl+Mod1+o exec --no-startup-id ~/.config/i3/scripts/picom-toggle.sh
- exec killall redshift &&
- exec redshift &
- for_window [class="Nitrogen"] floating enable, resize set 1433 945, move position 260 82
- exec nitrogen --restore
- bindsym $mod+n exec --no-startup-id nitrogen
- #ᰜᰜᰜᰜᰜᰜ Loading Applications at Startup ᰜᰜᰜᰜᰜᰜ#
- exec_always --no-startup-id autotiling
- exec --no-startup-id /usr/lib/geoclue-2.0/demos/agent
- exec setxkbmap -option caps:swapescape
- for_window [class="Polkit-gnome-authentication-agent-1"] focus, move position 2760 460
- exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
- exec_always --no-startup-id ~/.config/polybar/i3-start.sh &
- exec --no-startup-id ~/polybar_autohide/polybar-autohide
- exec_always --no-startup-id unclutter --timeout 2
- exec --no-startup-id /lib/vktablet/vktablet
- exec --no-startup-id xfce4-power-manager &
- exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd &
- #ᰜᰜᰜᰜᰜᰜ Tray Applications ᰜᰜᰜᰜᰜᰜ#
- # Network
- exec --no-startup-id nm-applet
- # Parcellite
- exec --no-startup-id parcellite
- # Workrave
- for_window [class="Workrave"] focus
- exec --no-startup-id workrave
- # Volume
- exec --no-startup-id volumeicon
- # Updater
- exec --no-startup-id pamac-tray
- # Dropbox
- exec --no-startup-id dropbox start
- # MEGA
- exec --no-startup-id megasync
- #ᰜᰜᰜᰜᰜᰜ Reload Changed Configuration ᰜᰜᰜᰜᰜᰜ#
- # Restart i3 in place (preserves the layout/session, can be used to upgrade i3)
- bindsym $mod+Shift+r restart
- # Reload the configuration file (problematic with some apps; logging out/in is preferred)
- bindsym $mod+Shift+c reload
- #ᰜᰜᰜᰜᰜᰜ Stop Applications ᰜᰜᰜᰜᰜᰜ#
- # Kill focused window
- bindsym $mod+q kill
- # Xkill focused window
- bindsym --release $mod+Escape exec xkill
- # Hibernate, Lockscreen, Logout, Reboot, Suspend
- bindsym $mod+x exec arcolinux-logout
- ##########################################
- #ᰜᰜᰜᰜᰜᰜ Dual Monitor Setup ᰜᰜᰜᰜᰜᰜ#
- set $Screen1 HDMI-A-0
- set $Screen2 DVI-D-0
- workspace 1 output $Screen1
- workspace 2 output $Screen1
- workspace 3 output $Screen1
- workspace 4 output $Screen1
- workspace 5 output $Screen1
- workspace 6 output $Screen1
- workspace 7 output $Screen1
- workspace 8 output $Screen1
- workspace 9 output $Screen1
- workspace 10 output $Screen2
- workspace 11 output $Screen2
- workspace 12 output $Screen2
- workspace 13 output $Screen2
- workspace 14 output $Screen2
- workspace 15 output $Screen2
- workspace 16 output $Screen2
- #ᰜᰜᰜᰜᰜᰜ Workspace Switching Functions ᰜᰜᰜᰜᰜᰜ#
- # Switch to workspace
- bindsym $mod+1 workspace $ws1
- bindsym $mod+2 workspace $ws2
- bindsym $mod+3 workspace $ws3
- bindsym $mod+4 workspace $ws4
- bindsym $mod+5 workspace $ws5
- bindsym $mod+6 workspace $ws6
- bindsym $mod+7 workspace $ws7
- bindsym $mod+8 workspace $ws8
- bindsym $mod+9 workspace $ws9
- bindsym $mod+0 workspace $ws10
- bindsym $mod+minus workspace $ws11
- bindsym $mod+equal workspace $ws12
- bindsym $mod+bracketleft workspace $ws13
- bindsym $mod+bracketright workspace $ws14
- bindsym $mod+grave workspace $ws15
- bindsym $mod+apostrophe workspace $ws16
- # Move focused container to workspace
- bindsym $mod+Shift+1 move container to workspace $ws1; workspace $ws1
- bindsym $mod+Shift+2 move container to workspace $ws2; workspace $ws2
- bindsym $mod+Shift+3 move container to workspace $ws3; workspace $ws3
- bindsym $mod+Shift+4 move container to workspace $ws4; workspace $ws4
- bindsym $mod+Shift+5 move container to workspace $ws5; workspace $ws5
- bindsym $mod+Shift+6 move container to workspace $ws6; workspace $ws6
- bindsym $mod+Shift+7 move container to workspace $ws7; workspace $ws7
- bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8
- bindsym $mod+Shift+9 move container to workspace $ws9; workspace $ws9
- bindsym $mod+Shift+0 move container to workspace $ws10; workspace $ws10
- bindsym $mod+Shift+minus move container to workspace $ws11; workspace $ws11
- bindsym $mod+Shift+equal move container to workspace $ws12; workspace $ws12
- bindsym $mod+Shift+bracketleft move container to workspace $ws13; workspace $ws13
- bindsym $mod+Shift+bracketright move container to workspace $ws14; workspace $ws14
- bindsym $mod+Shift+grave move container to workspace $ws15; workspace $ws15
- bindsym $mod+Shift+apostrophe move container to workspace $ws16; workspace $ws16
- #ᰜᰜᰜᰜᰜᰜ Resize Windows ᰜᰜᰜᰜᰜᰜ#
- # Resizing windows with keyboard only: https://unix.stackexchange.com/q/255344/150597
- bindsym $mod+Ctrl+Right resize grow width 10 px
- bindsym $mod+Ctrl+Up resize shrink height 10 px
- bindsym $mod+Ctrl+Down resize grow height 10 px
- bindsym $mod+Ctrl+Left resize shrink width 10 px
- #bindsym Ctrl+Shift+Right resize grow width 10 px
- #bindsym Ctrl+Shift+Up resize shrink height 10 px
- #bindsym Ctrl+Shift+Down resize grow height 10 px
- #bindsym Ctrl+Shift+Left resize shrink width 10 px
- #ᰜᰜᰜᰜᰜᰜ Resize Gaps ᰜᰜᰜᰜᰜᰜ#
- # gaps inner|outer|horizontal|vertical|top|right|bottom|left current|all set|plus|minus|toggle
- bindsym Ctrl+Shift+y gaps outer current toggle 40
- bindsym Ctrl+Shift+u gaps outer current plus 10
- bindsym Ctrl+Shift+i gaps outer current minus 10
- bindsym Ctrl+Shift+n gaps outer all set 10
- bindsym Ctrl+Shift+m gaps outer all set 20
- bindsym Ctrl+Shift+comma gaps outer all set 40
- bindsym Ctrl+Shift+period gaps outer all set 60
- # popup_during_fullscreen smart|ignore|leave_fullscreen
- popup_during_fullscreen leave_fullscreen
- ###################################
- #ᰜᰜᰜᰜᰜᰜ Border Ctrl ᰜᰜᰜᰜᰜᰜ#
- # default_border normal | none | pixel
- default_border none
- # default_floating_border normal | none| pixel
- default_floating_border none
- # hide_edge_borders none|vertical|horizontal|both|smart
- hide_edge_borders none
- bindsym $mod+shift+b exec --no-startup-id i3-msg border toggle
- # new_window normal | new_window none | pixel
- new_window none
- # new_float normal | none | pixel
- new_float pixel 1
- #ᰜᰜᰜᰜᰜᰜ i3-Next-Gaps ᰜᰜᰜᰜᰜᰜ#
- # Settings for I3 next gaps https://github.com/Airblader/i3/tree/gaps-next
- gaps inner 20
- gaps outer 0
- smart_gaps on
- smart_borders on
- #############################################
- #ᰜᰜᰜᰜᰜᰜ Navigating Containers ᰜᰜᰜᰜᰜᰜ#
- # Use mouse+$mod to drag floating windows to their new position
- floating_modifier $mod
- # Toggle Tiling / Floating
- bindsym Ctrl+space floating toggle
- # Change Focus
- 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+Left move left
- bindsym $mod+Shift+Down move down
- bindsym $mod+Shift+Up move up
- bindsym $mod+Shift+Right move right
- #############################################
- #ᰜᰜᰜᰜᰜᰜ Navigating Workspaces ᰜᰜᰜᰜᰜᰜ#
- # Navigate to Next / Previous Workspace
- bindsym Mod1+Shift+Tab workspace prev
- bindsym Mod1+Tab workspace next
- bindsym Mod1+Ctrl+Left workspace prev
- bindsym Mod1+Ctrl+Right workspace next
- bindsym $mod+Tab workspace back_and_forth
- # Switch to workspace with urgent window automatically
- for_window [urgent=latest] focus
- # Switch back to previous workspace by pressing the same keybinding used to switch from it
- workspace_auto_back_and_forth yes
- #########################################
- #ᰜᰜᰜᰜᰜᰜ Tiling Parameters ᰜᰜᰜᰜᰜᰜ#
- # Workspace_layout default|stacking|tabbed
- workspace_layout default
- # Orientation for new workspaces
- default_orientation horizontal
- # Enter fullscreen mode for the focused container
- bindsym $mod+f fullscreen toggle
- # Change focus between tiling / floating windows
- bindsym $mod+space focus mode_toggle
- # Focus the parent container
- bindsym $mod+p focus parent
- # Focus the child "HHVH"
- bindsym $mod+c focus child
- # Application focus smart|urgent|focus|none
- focus_on_window_activation smart
- ###################################################
- #ᰜᰜᰜᰜᰜᰜ Applications and Directives ᰜᰜᰜᰜᰜᰜ#
- set $ws1 "1"
- assign [class="firefox|Midori"] $ws1
- exec --no-startup-id firefox
- bindsym Ctrl+Mod1+f exec firefox
- set $ws2 "2"
- assign [class="Blender|Catfish|com-eteks-sweethome3d-SweetHome3D|qimgv|Darktable"] $ws2
- for_window [class="qimgv|Darktable"] focus
- bindsym $mod+Ctrl+b exec blender
- bindsym Ctrl+Mod1+c exec catfish; focus
- bindsym Ctrl+Mod1+apostrophe exec darktable
- bindsym $mod+Ctrl+s exec com-eteks-sweethome3d-SweetHome3D
- set $ws3 "3"
- assign [class="Cherrytree|File-roller|Xfce4-dict"] $ws3
- for_window [class="Cherrytree"] floating enable, resize set 960 960, move position 40 60
- #exec --no-startup-id cherrytree
- bindsym $mod+h exec cherrytree
- for_window [class="File-roller"] focus, floating enable, move position 1300 500
- for_window [title="Extraire"] focus, floating enable, resize set 960 480, move position 920 500
- for_window [class="Xfce4-dict"]focus, floating enable, resize set 480 960, move position 1180 60
- bindsym $mod+Ctrl+d exec xfce4-dict
- set $ws4 "4"
- assign [class="libreoffice"] $ws4
- for_window [class="libreoffice"] floating enable, resize set 1200 1000, move position 360 40
- for_window [title="Standard"] floating enable, resize set 177 403, move postion 159 79
- for_window [title="Formatting"] floating enable, resize set 259 251, move postion 77 512
- #exec --no-startup-id libreoffice
- bindsym $mod+l exec --no-startup-id libreoffice
- set $ws5 "5"
- assign [class="kdenlive|Olive"] $ws5
- for_window [class="kdenlive|Olive"]focus
- for_window [title="Clip titre"] floating enable, resize set 1220 785, move postion 350 150
- bindsym $mod+k exec kdenlive
- bindsym $mod+Shift+o exec olive-editor
- set $ws6 "6"
- assign [class="Gimp-2.10"] $ws6
- bindsym $mod+g exec gimp-2.10
- for_window [instance="script-fu"] border normal
- for_window [title="Copying"] floating enable
- for_window [title="Deleting"] floating enable
- for_window [title="Moving"] floating enable
- for_window [window_role="^gimp-toolbox-color-dialog$"] floating enable
- for_window [window_role="pop-up"] floating enable
- for_window [window_role="^Preferences$"] floating enable
- for_window [window_role="setup"] floating enable
- for_window [window_role="gimp-file-export"] floating enabale, move position 80 80
- set $ws7 "7"
- assign [class="Google Earth Pro"] $ws7
- for_window [class="Google Earth Pro"]focus
- bindsym $mod+e exec google-earth-pro
- set $ws8 "8"
- assign [class="Pystopwatch|Audacious|Xscreensaver-demo"] $ws8
- for_window [class="Pystopwatch"] focus, floating enable, move position 1490 760, resize set 320 100
- exec pystopwatch
- for_window [class="Audacious"] floating enable, move position 1070 90, resize set 600 180
- for_window [title="Blur Scope"] floating enable, move position 1070 90, resize set 600 180
- bindsym $mod+v exec audacious
- for_window [class="Xscreensaver-demo"] floating enable, move position 10 460, resize set 1000 560
- exec_always --no-startup-id xscreensaver
- exec --no-startup-id xscreensaver-demo
- bindsym $mod+Ctrl+x exec xscreensaver-demo
- set $ws9 "9"
- assign [class="Meld"] $ws9
- for_window [class="Meld"] floating enable, resize set 1904 990, move position 8 40
- #exec --no-startup-id meld
- bindsym $mod+F9 exec meld
- set $ws10 "10"
- assign [class="VirtualBox|VirtualBox Manager|VirtualBox Machine"] $ws10
- for_window [class="VirtualBox Machine|VirtualBox Manager"]focus, floating disable
- for_window [class="VirtualBox"] move position 1920 480
- #exec --no-startup-id virtualbox manager
- bindsym $mod+F10 exec virtualbox manager
- set $ws11 "11"
- assign [class="Atom|Nemo|Subl|Thunar|mpv"] $ws11
- for_window [class="Atom|Nemo|Subl|Thunar"]focus
- for_window [class="Nemo-terminal-prefs|mpv"]focus, floating enable, resize set 1280 854, move position center
- for_window [class="Subl"] floating enable, move position 1920 40, resize set 960 1040
- bindsym $mod+a exec atom
- bindsym $mod+F1 exec atom ~/.config/alacritty/alacritty.yml
- bindsym $mod+F2 exec atom ~/.bashrc
- bindsym $mod+F3 exec atom ~/.config/bumblebee-status/themes/extreme-golden-04.json
- bindsym $mod+F4 exec atom ~/.config/i3/config
- bindsym $mod+F5 exec atom ~/.config/picom.conf
- bindsym $mod+F6 exec atom ~/.config/polybar/config
- bindsym $mod+F7 exec atom ~/.config/rofi/config.rasi
- bindsym $mod+F8 exec atom ~/.zshrc
- exec --no-startup-id nemo
- bindsym $mod+Shift+Return exec nemo
- #exec --no-startup-id thunar
- bindsym $mod+t exec thunar
- set $ws12 "12"
- assign [class="qBittorrent"] $ws12
- for_window [class="qBittorrent"] floating enable, resize set 1400 860, move position 2180 90
- bindsym $mod+F12 exec qbittorrent
- exec --no-startup-id qbittorrent
- set $ws13 "13"
- assign [class="Pamac-manager|Bleachbit|Filezilla"] $ws13
- for_window [class="Bleachbit|Filezilla"] focus
- bindsym Ctrl+Mod1+g exec pamac-manager
- #i3-msg [class="Pamac-manager"] move position mouse
- for_window [class="Pamac-manager"] focus, floating enable, resize set 960 930, move position 2755 80
- bindsym $mod+z exec filezilla
- set $ws14 "14"
- assign [class="Lxappearance|Oomox|__main__.py"] $ws14
- for_window [class="Gcolor3"]focus, floating enable, resize set 700 300, move position 1930 756
- for_window [class="Oomox"] focus
- for_window [class="Lxappearance"] focus, floating enable, resize set 800 600, move position 2480 240
- bindsym $mod+Shift+g exec gcolor3
- bindsym Ctrl+Mod1+l exec lxappearance
- bindsym $mod+o exec --no-startup-id oomox-gui
- set $ws15 "15"
- assign [class="discord"] $ws15
- for_window [class="discord"] floating enable, move position 2280 50, resize set 1200 960
- exec --no-startup-id discord
- bindsym Ctrl+Mod1+d exec discord
- set $ws16 "16"
- assign [class="Arcolinux-tweak-tool.py|GParted|^Gpick$|Grub-customizer|sddm-config-editor"] $ws16
- for_window [class="Arcolinux-tweak-tool.py|GParted|^Gpick$"] focus, floating enable, move position 2600 100
- for_window [class="Grub-customizer"] focus, floating enable, move position 1960 180
- for_window [class="sddm-config-editor"] focus, floating enable, move position center
- bindsym Ctrl+Mod1+comma exec arcolinux-tweak-tool
- ###################################
- #ᰜᰜᰜᰜᰜᰜ Screenshots ᰜᰜᰜᰜᰜᰜ#
- for_window [class="flameshot"] floating enable, resize set 730 480
- bindsym Ctrl+Mod1+s exec flameshot
- bindsym Shift+Print exec --no-startup-id "flameshot gui -p ~/Images/Flameshot"
- bindsym Print exec --no-startup-id scrot ' -%Y-%m-%d-%s_$wx$h.jpg' -e 'mv $f $$(xdg-user-dir IMAGES)'
- bindsym Ctrl+Print exec --no-startup-id xfce4-screenshooter
- #############################################
- #ᰜᰜᰜᰜᰜᰜ Application Launching ᰜᰜᰜᰜᰜᰜ#
- set $rofi exec rofi -show-icons -fake-transparency -auto-select -font "Jura 12"
- # Start drun Mode
- bindsym $mod+r $rofi -show drun -m HDMI-A-0
- # Start Rofi Combi Mode
- bindsym $mod+Ctrl+c $rofi -show combi -m HDMI-A-0
- # Start Rofi-Edit
- # bindsym Ctrl+Mod1+e ~/.config/rofi/rofi-edit.sh | rofi -dmenu
- # Start Rofi Window Mode
- bindsym $mod+w $rofi -show window -m HDMI-A-0
- # Start Rofi-Shortcuts (Rofi as currently configured >> formatting issues)
- # bindsym $mod+Ctrl+r exec ~/.config/rofi/rofi-shortcuts/rofi-shortcuts.sh -m HDMI-A-0
- # Start Rofi Theme Selector
- bindsym Ctrl+Mod1+r exec --no-startup-id rofi-theme-selector -m HDMI-A-0
- # Start jgmenu
- bindsym $mod+j exec --no-startup-id jgmenu_run
- ####################################
- #ᰜᰜᰜᰜᰜᰜ Applications ᰜᰜᰜᰜᰜᰜ#
- for_window [class="Alacritty"] floating enable, resize set 640 700, move position 1240 320
- bindsym Mod1+comma [class="Alacritty"] scratchpad show
- bindsym $mod+Return exec alacritty
- for_window [class="Electron9"] focus
- for_window [window_role="GtkFileChooserDialog"] floating enable, focus
- for_window [class="balena-etcher-electron"] move position 1940 320
- bindsym $mod+Ctrl+e exec etcher; focus
- bindsym $mod+Ctrl+h exec handbrake; focus
- bindsym $mod+Ctrl+i exec inkscape; focus
- for_window [class="Kvantum Manager"] floating enable
- bindsym Ctrl+Mod1+k exec kvantummanager
- for_window [class="Lightdm-gtk-greeter-settings"] floating enable, resize set 960 640, move postion 480 200
- for_window [class="Mate-system-monitor"] floating enable, resize set 800 987, move position 560 48
- bindsym $mod+Ctrl+m exec mate-system-monitor
- for_window [class="qt5ct"] floating enable, resize set 900 720, move position 510 160
- bindsym $mod+Ctrl+q exec qt5ct; focus
- for_window [class="URxvt"] floating enable, resize set 680 600, move position 500 100
- bindsym $mod+Ctrl+t exec urxvt; focus
- for_window [class="Xfce4-appfinder|Xfce4-settings-manager|Xfce4-taskmanager"] floating enable
- bindsym $mod+Ctrl+l exec --no-startup-id xfce4-appfinder
- bindsym $mod+Ctrl+n exec xfce4-notes
- bindsym Ctrl+Mod1+m exec --no-startup-id xfce4-settings-manager
- bindsym Ctrl+Shift+Escape exec --no-startup-id xfce4-taskmanager, focus
- #ᰜᰜᰜᰜᰜᰜ Floating or Tiled ᰜᰜᰜᰜᰜᰜ#
- for_window [class="Dialog|Font-manager"] focus, floating enable, move position 1000 400
- for_window [class="Galculator|Gnome-calendar|Gnome-disks|^Gnome-font-viewer$"] floating enable
- for_window [class="stacer"] focus, floating enable, move position center
- #ᰜᰜᰜᰜᰜᰜ Scratchpad ᰜᰜᰜᰜᰜᰜ#
- # move the currently focused window to the scratchpad
- bindsym Mod1+Shift+slash move scratchpad
- bindsym Mod1+slash scratchpad show
- for_window [class="Gucharmap"] move scratchpad, resize set 800 600, move position 10 436
- bindsym Mod1+period [class="Gucharmap"] scratchpad show
- bindsym Ctrl+Mod1+period exec gucharmap
- #bindsym $mod+shift+a [class="Audio Recorder"] scratchpad show
- bindsym $mod+s exec simplescreenrecorder
- bindsym $mod+shift+s [class="SimpleScreenRecorder"] scratchpad show
- #ᰜᰜᰜᰜᰜᰜ The End - Now Start Again ᰜᰜᰜᰜᰜᰜ#
- #########################################################################################
- # All these words are empty baskets
- # Carried to the market square
- # Trading truth and lies in barter
- # Warranting warn buyer beware
- # All these words are reeds I wove
- # Taught to hold my pauper’s share
- # Show me yours before and after
- # Out in the open we may compare
- # All these words are on the table
- # Yoked to folly the shell game starts
- # Trick the eye they who are able
- # Cunning those the same the heart
- # All these words are fruits of labour
- # Bounty’s grace on harvest’s day
- # Test taste and judge the many flavours
- # Fill your need be on your way
- # All these words so meet and proper
- # Morning meals served hot or cold
- # Savour meaning old sharecropper
- # Recall the stories you were told
- # All these words are open caskets
- # Life goes on even nothing’s fair
- # Gather seeds for ever after
- # Till the breach sow to repair
Add Comment
Please, Sign In to add comment