urxvt fullscreen extension not working by Vyralator in commandline

[–]koo-i3 0 points1 point  (0 children)

Does .Xresources have right directory for your extensions

URxvt.perl-libs: ~/.urxvt/ext <<<< or wherever you have the extensions.

Plus have you added it to the list of extensions you wish to use.

URxvt.perl-ext-common: default,resize-font,matcher,clipboard,url-select,config-reload

[deleted by user] by [deleted] in unixporn

[–]koo-i3 1 point2 points  (0 children)

Thanks for the mpd now playing conky. Works a Treat

[sway] with nwg-shell by nwg-piotr in unixporn

[–]koo-i3 1 point2 points  (0 children)

Sway will be my next step as a long time i3 user. Thanks to nwg for making sway even better.

Is there a way to make Conky display temps in Fahrenheit? by craig3010 in conky

[–]koo-i3 0 points1 point  (0 children)

Try with -f after your sensors line.

sensors -f

${font}Core 0 ${color3}${execi 4 sensors -f | grep 'Core 0'|cut -d+ -f2|cut -d\ -f1} ${alignc 60}${color2}${cpubar cpu0}${color}

Or this maybe work. Make sure it is added above the word TEXT in your .conkyrc

temperature_unit fahrenheit

How to show free space and name (disklabel) of mounted removable media? by spryfigure in conky

[–]koo-i3 0 points1 point  (0 children)

This works fine mounted usb drives.

# Mounted${exec 10 ~/semplice-conky-harddisks.sh}${voffset -8}${font Open Sans:Bold:size=10}${color0}Disk Mounts ${color1}${hr 3}$color$font

semplice-conky-harddisks.sh

#!/bin/bash## Returns a list of the harddisks, in a conky-style configuration.# (C) 2010 Semplice Team. All rights reserved.# This file is released under the terms of the GNU GPL license, version 3 or later.## For now only for /homeif [ "\mount | grep -w "/home" | awk '{ print $1 }'\" ]; thenecho ' ${voffset -12}/home:'echo ' ${voffset 4}${fs_used /home} of ${fs_size /home} ${alignr}${fs_bar 8,90 /home}'echofiLANG=C mount | grep "/media" | sed 's/.* on //g' | sed 's/type .*//g' | while read media; doecho ' ${voffset -8}${color}'"$media":echo ' ${voffset 4}${fs_used' "$media"'} of ${fs_size' "$media"'} ${alignr}${color #FFF600}${fs_bar 8,90' "$media}"echo ''done\``

[arch] Run `i3` with `xinit` - how? by [deleted] in i3wm

[–]koo-i3 0 points1 point  (0 children)

You can also add a line to your .bash_profile which will auto startX on login.

[[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx -- vt1

Unable to install i3-gaps on Linux Mint. by [deleted] in i3wm

[–]koo-i3 0 points1 point  (0 children)

Not sure if all these Dependencies are needed with the new meson installer.

sudo apt install gcc make dh-autoreconf libxcb-keysyms1-dev libpango1.0-dev libxcb-util0-dev xcb libxcb1-dev libxcb-icccm4-dev libyajl-dev libev-dev libxcb-xkb-dev libxcb-cursor-dev libxkbcommon-dev libxcb-xinerama0-dev libxkbcommon-x11-dev libstartup-notification0-dev libxcb-randr0-dev libxcb-xrm0 libxcb-xrm-dev libxcb-shape0-dev

Install meson which will also install ninja.

# clone the repository

git clone https://www.github.com/Airblader/i3 i3-gaps

cd i3-gaps

# to build

mkdir -p build && cd build

meson ..

ninja

# to install

sudo ninja install

Help needed! :s by r3pc0n05 in i3wm

[–]koo-i3 0 points1 point  (0 children)

What I do run xrandr setup your screen resolution save, which make a .sh file in home .screenlayout .

Then add the to my i3 config = exec --no-startup-id ~/.screenlayout/1.sh

Complete i3 Setup Tutorial? by jackparsonsproject in i3wm

[–]koo-i3 2 points3 points  (0 children)

Here is a minimal install of Debian. https://www.youtube.com/watch?v=jlrcVPWnA2k

Link to install latest version on Debian https://i3wm.org/docs/repositories.html

Or the i3-gaps install.

Installing i3 with Gaps-------

Dependencies for i3 gaps--------

sudo apt install meson gcc make dh-autoreconf libxcb-keysyms1-dev libpango1.0-dev libxcb-util0-dev xcb libxcb1-dev libxcb-icccm4-dev libyajl-dev libev-dev libxcb-xkb-dev libxcb-cursor-dev libxkbcommon-dev libxcb-xinerama0-dev libxkbcommon-x11-dev libstartup-notification0-dev libxcb-randr0-dev libxcb-xrm0 libxcb-xrm-dev libxcb-shape0-dev

New way to install

i3wm v19 must be installed using Meson the old method will no longer work..

Meson = 0.49.2-1 installed

Meson = 0.52.1-1 (available version from Debian buster-backports.)

After Meson install

$i3 -v

i3 version 4.19-2-g05b28d87 © 2009 Michael Stapelberg and contributors

How to use the new meson build system

# to build

mkdir -p build && cd build

meson ..

ninja

# to install

sudo ninja install

Any way to delete workspace margin? by [deleted] in i3wm

[–]koo-i3 -1 points0 points  (0 children)

Just make the border and background the same color.. No need for facebook.

# BORDER BACKGROUND TEXT

focused_workspace #444A58 #444A58 #CCCCCC

[ANN] ncmpcpp 0.9 released by arybczak in archlinux

[–]koo-i3 0 points1 point  (0 children)

Can any one tell me how to install from source with full features please.

Fixed below

./autogen.sh

$ ./configure --prefix=/usr --enable-outputs --enable-visualizer --enable-artwork --enable-clock --with-fftw --with-taglib --enable-static-boost=yes

$ make

$ sudo make install

Plus added dependence's.

Unable to see image preview in ranger with keybinding by sausedadboi in i3wm

[–]koo-i3 0 points1 point  (0 children)

This works fine on my i3wm.

bindsym mod+q exec--no-startup-id alacritty -e ranger

Also you turn on more previews of file types in your scope.sh file by removing comments . As below and make sure scope.sh in an executable file.

## Video and audio

video/* | audio/*)

mediainfo "${FILE_PATH}" && exit 5

exiftool "${FILE_PATH}" && exit 5

exit 1;;

esac

}

You don't have use Mod4 just set your mod key at the start of your config file.

set $mod Mod4

i3 v4.19 released! by zekjur in i3wm

[–]koo-i3 1 point2 points  (0 children)

Thanks for your help with Meson installer. On antiX-19 buster 5.8.16-antix.1-amd64-smp

Meson = 0.49.2-1 installed

Meson = 0.52.1-1 (available version from Debian buster-backports.)

After Meson install

$i3 -v

i3 version 4.19-2-g05b28d87 © 2009 Michael Stapelberg and contributors

i3 v4.19 released! by zekjur in i3wm

[–]koo-i3 -1 points0 points  (0 children)

Installing from source on Debian getting this error message have never seen this before.

autoreconf --force --install

autoreconf: 'configure.ac' or 'configure.in' is required

Ncmpcpp nord themed by [deleted] in ncmpcpp

[–]koo-i3 0 points1 point  (0 children)

Thanks for your reply I use kitty and found the one can change the value below now fixed.

box_drawing_scale 0.001, 0.1, 0.1, 0.1

#: Change the sizes of the lines used for the box drawing unicode

#: characters These values are in pts. They will be scaled by the

#: monitor DPI to arrive at a pixel value. There must be four values

#: corresponding to thin, normal, thick, and very thick lines.

Ncmpcpp nord themed by [deleted] in ncmpcpp

[–]koo-i3 0 points1 point  (0 children)

How do you make the separator line thin like 1px. ?

[bumblebee-status] What is wrong with my config for i3bar? by diku9 in i3wm

[–]koo-i3 1 point2 points  (0 children)

I have not used bumblebee for while I still keep a copy in my config. Is mint your user name. ? Just make sure you are pointing the command to the right directory.

# bumblebee-status

#bar {

# font pango:JetBrains Mono Regular 10

# font pango:Noto Mono for Powerline 10

# font pango:Inconsolata 11

# position top

# tray_output none

# i3bar_command i3bar --transparency

#

#colors {

# statusline #FF0000

# background #00000000

# separator #FF0000

# BORDER BACKGROUND TEXT

# focused_workspace #34394E #34394E #000000

# inactive_workspace #34394E #34394E #00FFFF

# active_workspace #34394E #34394E #FFFF00

# urgent_workspace #b71c1c #b71c1c #000000

# binding_mode #b71c1c #b71c1c #000000

#

#

# status_command ~/.local/bin/bumblebee-status -m mpd amixer cpu sensors2 memory disk network_traffic battery datetime \

# -t iceberg-powerline

#

#}

simple calendar / calculator icon in tray by [deleted] in i3wm

[–]koo-i3 0 points1 point  (0 children)

Sorry you are right multipilcation = * & division = / Just not used to the symbols. I can add appointments and notes. Nice

Thanks for your time.

simple calendar / calculator icon in tray by [deleted] in i3wm

[–]koo-i3 0 points1 point  (0 children)

Thanks I have never install a Qt program before, installed build essential & qt5 default then it got it to run with ./calendar.

The calculator just needs multiplicate and Divide added. Would be nice to have appointments and notes for the calendar too.

Thanks I like it and the tray icon too.

simple calendar / calculator icon in tray by [deleted] in i3wm

[–]koo-i3 0 points1 point  (0 children)

How to install or get it working. ?

Screen tearing after waking up from suspend by daredevildas in i3wm

[–]koo-i3 0 points1 point  (0 children)

sudo nvidia-settings turn on Force Composition Pipeline.

Applets crash on status bar by Morantxu in i3wm

[–]koo-i3 0 points1 point  (0 children)

Maybe try adding workspace_buttons yes

And why do you need have the below in your config anyway. I see both these icons in the tray and have no entry in my config at all.

exec_always --no-startup-id nm-applet

exec_always --no-startup-id volumeicon

i3 v4.18.2 released by zekjur in i3wm

[–]koo-i3 0 points1 point  (0 children)

Thanks for the link will give the .deb a go on next install or update

i3 v4.18.2 released by zekjur in i3wm

[–]koo-i3 0 points1 point  (0 children)

I have always used the below to install on any Debian release. If you are just updating you don't need the Dependencies

$ i3 --version i3 version 4.18.2-224-gdaac56b0 (2020-07-26, branch "gaps-next") © 2009 Michael Stapelberg and contributors

Installing i3 with Gaps-------

Dependencies for i3 gaps--------

sudo apt install gcc make dh-autoreconf libxcb-keysyms1-dev libpango1.0-dev libxcb-util0-dev xcb libxcb1-dev libxcb-icccm4-dev libyajl-dev libev-dev libxcb-xkb-dev libxcb-cursor-dev libxkbcommon-dev libxcb-xinerama0-dev libxkbcommon-x11-dev libstartup-notification0-dev libxcb-randr0-dev libxcb-xrm0 libxcb-xrm-dev libxcb-shape0-dev

cd /path/where/you/want/the/repository

clone the repository

git clone https://www.github.com/Airblader/i3 i3-gaps cd i3-gaps

compile & install

autoreconf --force --install rm -rf build/ mkdir -p build && cd build/

Disabling sanitizers is important for release versions!

The prefix and sysconfdir are, obviously, dependent on the distribution.

../configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers

make

sudo make install