float nmtui

This commit is contained in:
rileyrg 2021-05-18 23:50:43 +02:00
parent 382048e3e8
commit c26b9e47c6
3 changed files with 18 additions and 4 deletions

View file

@ -70,7 +70,7 @@ If using startx on debian this is taken care of by the system XSession loading e
\`-—
<a id="org70efe62"></a>
<a id="orge070adc"></a>
## ~/.profile
@ -123,7 +123,7 @@ fi
```
<a id="org66478ec"></a>
<a id="org0597b7d"></a>
## ~/.bash\_profile
@ -1051,6 +1051,13 @@ assign [class="Steam"] $ws9
```
### apps default appearance
```conf
for_window [app_id="nmtui"] floating enable
```
### apps keybindings
```conf
@ -2066,7 +2073,7 @@ e dbg.bep=main
export PATH="${HOME}/.pyenv/bin":"${PATH}"
```
2. [Eval](#org66478ec) pyenv init from bash\_profile in order to set python version
2. [Eval](#org0597b7d) pyenv init from bash\_profile in order to set python version
```bash
eval "$(pyenv init -)"
@ -2078,7 +2085,7 @@ e dbg.bep=main
eval "$(pyenv virtualenv-init -)"
```
Added to PATH in [~/.profile](#org70efe62)
Added to PATH in [~/.profile](#orge070adc)
### Debuggers :debuggers:

View file

@ -339,6 +339,8 @@ assign [class="Hexchat"] $ws8
assign [class="discord"] $ws8
assign [class="Steam"] $ws9
for_window [app_id="nmtui"] floating enable
bindsym $mod+g exec "goldendict \\"`xclip -o -selection clipboard`\\""
bindsym Print exec gnome-screenshot -i
bindsym $mod+Shift+e exec XMODIFIERS= emacs-same-frame

View file

@ -1575,6 +1575,11 @@ We dont want the PC blanking when gaming
assign [class="discord"] $ws8
assign [class="Steam"] $ws9
#+end_src
*** apps default appearance
#+begin_src conf
for_window [app_id="nmtui"] floating enable
#+end_src
*** apps keybindings
#+begin_src conf
bindsym $mod+g exec "goldendict \\"`xclip -o -selection clipboard`\\""