change config
This commit is contained in:
parent
eb6d8c5ac5
commit
372f033bac
2 changed files with 17 additions and 18 deletions
|
@ -175,6 +175,10 @@ input * {
|
||||||
xkb_options grp:alt_space_toggle
|
xkb_options grp:alt_space_toggle
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bar {
|
||||||
|
swaybar_command waybar
|
||||||
|
}
|
||||||
|
|
||||||
seat seat0 xcursor_theme capitaine-cursors 16
|
seat seat0 xcursor_theme capitaine-cursors 16
|
||||||
|
|
||||||
# display resoulution
|
# display resoulution
|
||||||
|
@ -341,9 +345,6 @@ exec "mako -c .config/mako/config"
|
||||||
# authentication manager https://wiki.archlinux.org/title/Polkit
|
# authentication manager https://wiki.archlinux.org/title/Polkit
|
||||||
exec /usr/bin/lxqt-policykit-agent
|
exec /usr/bin/lxqt-policykit-agent
|
||||||
|
|
||||||
# Waybar
|
|
||||||
exec waybar
|
|
||||||
|
|
||||||
# Clipboard Manager
|
# Clipboard Manager
|
||||||
exec wl-paste -t text --watch clipman store
|
exec wl-paste -t text --watch clipman store
|
||||||
|
|
||||||
|
|
|
@ -29,21 +29,19 @@
|
||||||
"tray"
|
"tray"
|
||||||
],
|
],
|
||||||
// Modules configuration
|
// Modules configuration
|
||||||
// "sway/workspaces": {
|
"sway/workspaces": {
|
||||||
// "disable-scroll": true,
|
"disable-scroll": true,
|
||||||
// "all-outputs": true,
|
"all-outputs": true,
|
||||||
// "format": "{name}: {icon}",
|
"format": "{name}: {icon} ",
|
||||||
// "format-icons": {
|
"format-icons": {
|
||||||
// "1": "",
|
"1": "",
|
||||||
// "2": "",
|
"2": "",
|
||||||
// "3": "",
|
"3": "",
|
||||||
// "4": "",
|
"urgent": "",
|
||||||
// "5": "",
|
"focused": "",
|
||||||
// "urgent": "",
|
"default": ""
|
||||||
// "focused": "",
|
}
|
||||||
// "default": ""
|
},
|
||||||
// }
|
|
||||||
// },
|
|
||||||
"keyboard-state": {
|
"keyboard-state": {
|
||||||
"numlock": true,
|
"numlock": true,
|
||||||
"capslock": true,
|
"capslock": true,
|
||||||
|
|
Loading…
Reference in a new issue