This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set $mod Mod1 | |
| for_window [class="^.*"] border pixel 1 | |
| font pango:JetBrains Mono 8 | |
| # Use Mouse+$mod to drag floating windows to their wanted position | |
| floating_modifier $mod | |
| # kill focused window |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Apc Customize UI++ | |
| { | |
| "symbols.hidesExplorerArrows": false, | |
| "json.schemaDownload.enable": true, | |
| "terminal.integrated.fontSize": 14, | |
| "editor.fontFamily": "JetBrains Mono NL", | |
| "editor.fontLigatures": true, | |
| "editor.fontSize": 15, | |
| "editor.tabSize": 2, |