a collection of my configuration files
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

added glaze-wm config file

Jonas 02c5d70e ab22ca10

+161
+161
windows/.glaze-wm/config.yaml
··· 1 + gaps: 2 + inner_gap: 20 3 + outer_gap: 20 4 + 5 + bar: 6 + height: 20 7 + opacity: 1.0 8 + background: "#101010" 9 + foreground: "white" 10 + font_family: "Segoe UI" 11 + font_size: "11" 12 + padding: "1 6 1 6" 13 + components_left: 14 + - type: "workspaces" 15 + focused_workspace_background: "#fe9a00" 16 + displayed_workspace_background: "#42403e" 17 + default_workspace_background: "#101010" 18 + components_right: 19 + - type: "clock" 20 + time_formatting: "hh:mm tt ddd MMM d" 21 + 22 + workspaces: 23 + - name: 1 24 + - name: 2 25 + - name: 3 26 + - name: 4 27 + - name: 5 28 + - name: 6 29 + - name: 7 30 + - name: 8 31 + - name: 9 32 + - name: 0 33 + 34 + keybindings: 35 + - command: "focus left" 36 + bindings: ["Alt+H", "Alt+Left"] 37 + 38 + - command: "focus right" 39 + bindings: ["Alt+L", "Alt+Right"] 40 + 41 + - command: "focus up" 42 + bindings: ["Alt+K", "Alt+Up"] 43 + 44 + - command: "focus down" 45 + bindings: ["Alt+J", "Alt+Down"] 46 + 47 + - command: "move left" 48 + bindings: ["Alt+Shift+H", "Alt+Shift+Left"] 49 + 50 + - command: "move right" 51 + bindings: ["Alt+Shift+L", "Alt+Shift+Right"] 52 + 53 + - command: "move up" 54 + bindings: ["Alt+Shift+K", "Alt+Shift+Up"] 55 + 56 + - command: "move down" 57 + bindings: ["Alt+Shift+J", "Alt+Shift+Down"] 58 + 59 + - command: "resize width -2%" 60 + binding: "Alt+U" 61 + 62 + - command: "resize width +2%" 63 + binding: "Alt+P" 64 + 65 + - command: "resize height +2%" 66 + binding: "Alt+O" 67 + 68 + - command: "resize height -2%" 69 + binding: "Alt+I" 70 + 71 + - command: "layout horizontal" 72 + binding: "Alt+Shift+V" 73 + 74 + - command: "layout vertical" 75 + binding: "Alt+V" 76 + 77 + - command: "toggle focus mode" 78 + binding: "Alt+Space" 79 + 80 + - command: "toggle floating" 81 + binding: "Alt+Shift+Space" 82 + 83 + - command: "close" 84 + binding: "Alt+Shift+Q" 85 + 86 + - command: "exit wm" 87 + binding: "Alt+Shift+E" 88 + 89 + - command: "focus workspace 1" 90 + binding: "Alt+1" 91 + 92 + - command: "focus workspace 2" 93 + binding: "Alt+2" 94 + 95 + - command: "focus workspace 3" 96 + binding: "Alt+3" 97 + 98 + - command: "focus workspace 4" 99 + binding: "Alt+4" 100 + 101 + - command: "focus workspace 5" 102 + binding: "Alt+5" 103 + 104 + - command: "focus workspace 6" 105 + binding: "Alt+6" 106 + 107 + - command: "focus workspace 7" 108 + binding: "Alt+7" 109 + 110 + - command: "focus workspace 8" 111 + binding: "Alt+8" 112 + 113 + - command: "focus workspace 9" 114 + binding: "Alt+9" 115 + 116 + - command: "focus workspace 0" 117 + binding: "Alt+0" 118 + 119 + - commands: ["move to workspace 1", "focus workspace 1"] 120 + binding: "Alt+Shift+1" 121 + 122 + - commands: ["move to workspace 2", "focus workspace 2"] 123 + binding: "Alt+Shift+2" 124 + 125 + - commands: ["move to workspace 3", "focus workspace 3"] 126 + binding: "Alt+Shift+3" 127 + 128 + - commands: ["move to workspace 4", "focus workspace 4"] 129 + binding: "Alt+Shift+4" 130 + 131 + - commands: ["move to workspace 5", "focus workspace 5"] 132 + binding: "Alt+Shift+5" 133 + 134 + - commands: ["move to workspace 6", "focus workspace 6"] 135 + binding: "Alt+Shift+6" 136 + 137 + - commands: ["move to workspace 7", "focus workspace 7"] 138 + binding: "Alt+Shift+7" 139 + 140 + - commands: ["move to workspace 8", "focus workspace 8"] 141 + binding: "Alt+Shift+8" 142 + 143 + - commands: ["move to workspace 9", "focus workspace 9"] 144 + bindings: ["Alt+Shift+9"] 145 + 146 + - commands: ["move to workspace 0", "focus workspace 0"] 147 + bindings: ["Alt+Shift+0"] 148 + 149 + window_rules: 150 + - command: "ignore" 151 + match_process_name: "PowerToys.ColorPickerUI" 152 + 153 + - command: "toggle floating" 154 + match_title: "/^(Open|Save As|Find)/" 155 + 156 + - command: "toggle floating" 157 + match_process_name: "ProtonVPN" 158 + 159 + # cisco anyconnect 160 + - command: "toggle floating" 161 + match_process_name: "vpnui"