Re: Internal Microphone on Thinkpad X1 Carbon 7th gen not working

2020-12-10 Thread Anders Damsgaard
* Stefan Hagen [2020-12-10 10:14:35 +0100]: Bodie wrote: On 9.12.2020 20:43, Stefan Hagen wrote: Hello Zachary, Zachary Campbell wrote: Any luck with this? I am also struggling to get the internal mic to work on the X1 Carbon 7th Gen. Have gone through everything discussed here, but

Re: Internal microphone not working

2020-10-28 Thread Anders Damsgaard
* Ashton Fagg [2020-10-27 20:31:29 -0400]: I'm running a ThinkPad T14s. There's been some recent additions to the azalia driver to help make audio work a little better on this machine (it now works and seems to get configured correctly). However, I'm having problems getting my internal

Re: How to open new window/pane in the current working directory in tmux?

2019-12-19 Thread Anders Damsgaard
* openbsd-misc-nos...@riseup.net [2019-12-13 18:47:52 +0500]: I have next options in tmux.conf: bind '"' split-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}" But it doesn't work anymore. And I can't find working

Re: tmux: How to create a new window with the same path (from the current pane)

2019-11-26 Thread Anders Damsgaard
* Atanas Vladimirov [2019-11-26 17:10:14 +0200]: So, if I understand your example right, I need to do something like `bind c new-window -c "$PWD"` in my .tmux.conf. The problem is that it works partially - if I'm in `/home//` and start tmux there, the $PWD is correct, but when I change the

Re: tmux: How to create a new window with the same path (from the current pane)

2019-11-26 Thread Anders Damsgaard
se echo "error: split direction not understood" >&2 return 2 fi else tmux split-pane -h -c $PWD fi } Best, Anders -- Anders Damsgaard https://adamsgaard.dk