Add lxpass rule
This commit is contained in:
parent
8683d529e1
commit
25721672f2
2 changed files with 4 additions and 1 deletions
|
@ -60,3 +60,6 @@ sway_rules:
|
|||
- verb: 'for_window'
|
||||
query: '[title="^Open .*$"]'
|
||||
action: 'floating enable, resize set 900px 700px'
|
||||
- verb: 'for_window'
|
||||
query: '[app_id="lxqt-openssh-askpass"]'
|
||||
action: 'floating enable'
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
ansible.builtin.git:
|
||||
repo: ssh://git@git.epha.se:24422/ephase/zsh_config.git
|
||||
dest: '{{ ansible_user_dir }}/.config/zsh'
|
||||
|
||||
|
||||
- name: Symlink .zshenv to ~
|
||||
ansible.builtin.file:
|
||||
src: '{{ ansible_user_dir }}/.config/zsh/.zshenv'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue