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
|
||||
}
|
||||
|
||||
bar {
|
||||
swaybar_command waybar
|
||||
}
|
||||
|
||||
seat seat0 xcursor_theme capitaine-cursors 16
|
||||
|
||||
# display resoulution
|
||||
|
@ -341,9 +345,6 @@ exec "mako -c .config/mako/config"
|
|||
# authentication manager https://wiki.archlinux.org/title/Polkit
|
||||
exec /usr/bin/lxqt-policykit-agent
|
||||
|
||||
# Waybar
|
||||
exec waybar
|
||||
|
||||
# Clipboard Manager
|
||||
exec wl-paste -t text --watch clipman store
|
||||
|
||||
|
|
|
@ -29,21 +29,19 @@
|
|||
"tray"
|
||||
],
|
||||
// Modules configuration
|
||||
// "sway/workspaces": {
|
||||
// "disable-scroll": true,
|
||||
// "all-outputs": true,
|
||||
// "format": "{name}: {icon}",
|
||||
// "format-icons": {
|
||||
// "1": "",
|
||||
// "2": "",
|
||||
// "3": "",
|
||||
// "4": "",
|
||||
// "5": "",
|
||||
// "urgent": "",
|
||||
// "focused": "",
|
||||
// "default": ""
|
||||
// }
|
||||
// },
|
||||
"sway/workspaces": {
|
||||
"disable-scroll": true,
|
||||
"all-outputs": true,
|
||||
"format": "{name}: {icon} ",
|
||||
"format-icons": {
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"urgent": "",
|
||||
"focused": "",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"keyboard-state": {
|
||||
"numlock": true,
|
||||
"capslock": true,
|
||||
|
|
Loading…
Reference in a new issue