Automatically put nmtui in floating mode
This commit is contained in:
parent
b19a92c2ee
commit
0714e33487
@ -153,6 +153,7 @@ To display names or symbols instead of plain workspace numbers you can use somet
|
||||
for_window [title="Simulink Library Browser"] floating enable
|
||||
for_window [class="Floating"] floating enable, resize set 800 600, move position 1100 460
|
||||
for_window [class="Sxiv"] floating enable, resize set 800 600, move position center
|
||||
for_window [title="nmtui"] floating enable, resize set 800 600
|
||||
#+end_src
|
||||
|
||||
* Scratchpad
|
||||
|
@ -57,7 +57,7 @@
|
||||
|
||||
# Start network manager
|
||||
super + w
|
||||
$TERMINAL --class="Floating" -e 'sudo nmtui'
|
||||
$TERMINAL -e 'sudo nmtui'
|
||||
|
||||
# Start Sound Manager
|
||||
super + shift + s
|
||||
|
Loading…
Reference in New Issue
Block a user