You are not logged in.
Pages: 1
Similar to https://bbs.archlinux.org/viewtopic.php?id=242251 except unlike what @slole says in #5, I cannot get any command to work with Mod1+d. Other commands like Mod1+Return for terminal, Mod1+Shift+q for kill work fine. Output of
locale -aas that seems to be the source of similar issues for other users:
C
C.UTF-8
en_US.utf8
POSIXMost of the rest of the post isn't relevant if running any command (using
bindsym Mod1+d exec xtermas a test command).
Mod1+d isn't bound to anything else at the moment. xterm runs fine from the terminal. Been scratching by head for a few hours now, at this point I think I've exhausted all existing forum posts similar to this issue with no success.
EDIT: the "prepend a sleep command" and "add quotes after the exec" suggestions cannot be relevant as nothing works with Mod1+d. xterm and rofi both work fine running from the terminal.
Last edited by captainbanaynays (2022-09-05 05:19:13)
Offline
Is something 'eating' that keypress before it makes it to i3? Check https://wiki.archlinux.org/title/Keyboard_input.
Offline
SOLVED. I don't think this has been brought up as much as it should be but the i3 docs incorrectly list the directory that it reads config from as ~/.i3/config when the default config has been located at ~/.config/i3/config for some time. i3wm.org still lists this as an optional place to put a config file in compliance with XDG.
Offline
So how did you solve it? https://wiki.archlinux.org/title/Genera … way_street
Offline
i3 reads config changes in ~/.config/i3/config, not ~/.i3/config. Going through and doing my setup in that directory instead solved the problem. Symlinking the two directories would also work.
Offline
Pages: 1