Update sway

This commit is contained in:
natemaia 2022-01-02 18:12:48 -08:00
parent e98196badf
commit 700e7c2238
4 changed files with 31 additions and 3 deletions

View File

@ -104,6 +104,10 @@
},
"sway-workspaces": {
"show-layout": false,
"show-icon": true,
"name-length": 40,
"mark-autotiling": false,
"mark-content": true,
"numbers": [
"1",
"2",
@ -132,7 +136,7 @@
"interval": 900,
"icon-size": 16,
"on-left-click": "foot bash -c 'baph -unN ; read -p \"Press Enter to finish\"'",
"tooltip-text": "",
"tooltip-text": "AUR & Official Updates",
"on-middle-click": "",
"on-right-click": "",
"on-scroll-up": "",

View File

@ -104,6 +104,10 @@
},
"sway-workspaces": {
"show-layout": false,
"show-icon": true,
"name-length": 40,
"mark-autotiling": false,
"mark-content": true,
"numbers": [
"1",
"2",
@ -132,7 +136,7 @@
"interval": 900,
"icon-size": 16,
"on-left-click": "foot bash -c 'baph -unN ; read -p \"Press Enter to finish\"'",
"tooltip-text": "",
"tooltip-text": "AUR & Official Updates",
"on-middle-click": "",
"on-right-click": "",
"on-scroll-up": "",

View File

@ -321,9 +321,11 @@ bindsym $Mod+Control+Shift+minus gaps outer all minus 5
############ application settings ############
# focus, floating, & sticky
for_window [app_id="(?i)(?:pavucontrol|blueman-manager|galculator|azote|gnome-disks|gsimplecal)"] floating enable
for_window [app_id="(?i)(?:blueman-manager|azote|gnome-disks|nwg-shell-config|nwg-panel-config)"] floating enable
for_window [app_id="(?i)(?:pavucontrol|nm-connection-editor|gsimplecal|galculator)"] floating enable
for_window [class="(?i)(?:lxappearance)"] floating enable
for_window [app_id="(?i)(?:firefox|chromium)"] border none
for_window [title="(?i)(?:copying|deleting|moving)"] floating enable
popup_during_fullscreen smart

View File

@ -0,0 +1,18 @@
{
"keyboard-layout": "",
"autotiling-workspaces": "1 2 3 4 5 6 7 8",
"autotiling-on": true,
"night-lat": -1,
"night-long": -1,
"night-temp-low": 4500,
"night-temp-high": 6500,
"night-gamma": 1.0,
"night-on": true,
"terminal": "foot",
"file-manager": "thunar",
"editor": "mousepad",
"browser": "chromium --disable-gpu-memory-buffer-video-frames --enable-features=UseOzonePlatform --ozone-platform=wayland",
"panel-preset": "custom",
"panel-custom": "archlabs.json",
"show-on-startup": true
}