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
autostart | |
alttab | |
alttagsdecoration | |
actualfullscreen | |
attachaside | |
fancybar | |
noborder | |
swapfocus |
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 Mod4 | |
font pango:SF Pro Display Mono 7 | |
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork | |
exec --no-startup-id nm-applet | |
set $refresh_i3status killall -SIGUSR1 i3status | |
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status | |
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status |
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
{ | |
"window.titleBarStyle": "custom", | |
"editor.mouseWheelZoom": true, | |
"editor.fontFamily": "Dank Mono", | |
"editor.fontSize": 16, | |
"terminal.integrated.fontFamily": "Fira Code", | |
"breadcrumbs.enabled": true, | |
"explorer.compactFolders": false, | |
"editor.letterSpacing": 0.4, | |
"editor.lineHeight": 1.5, |