Compare commits
No commits in common. "fada31cfcbc9bb59697d6aba701852f0dbe979f6" and "e9135d438a67b1be100e441ac2249023dbb14e15" have entirely different histories.
fada31cfcb
...
e9135d438a
@ -50,6 +50,10 @@
|
|||||||
"[jsonc]": {
|
"[jsonc]": {
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
},
|
},
|
||||||
|
"cursor.cpp.disabledLanguages": [
|
||||||
|
"typescript",
|
||||||
|
"go"
|
||||||
|
],
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"*.css": "tailwindcss"
|
"*.css": "tailwindcss"
|
||||||
},
|
},
|
||||||
@ -65,4 +69,4 @@
|
|||||||
"cursor.chat.smoothStreaming": true,
|
"cursor.chat.smoothStreaming": true,
|
||||||
"godotTools.lsp.serverPort": 6005,
|
"godotTools.lsp.serverPort": 6005,
|
||||||
"debug.console.fontFamily": "FiraCode Nerd Font Mono"
|
"debug.console.fontFamily": "FiraCode Nerd Font Mono"
|
||||||
}
|
}
|
@ -1,66 +1,23 @@
|
|||||||
set $rosewater #f5e0dc
|
# This file has been auto-generated by i3-config-wizard(1).
|
||||||
set $flamingo #f2cdcd
|
# It will not be overwritten, so edit it as you like.
|
||||||
set $pink #f5c2e7
|
#
|
||||||
set $mauve #cba6f7
|
# Should you change your keyboard layout some time, delete
|
||||||
set $red #f38ba8
|
# this file and re-run i3-config-wizard(1).
|
||||||
set $maroon #eba0ac
|
#
|
||||||
set $peach #fab387
|
|
||||||
set $yellow #f9e2af
|
|
||||||
set $green #a6e3a1
|
|
||||||
set $teal #94e2d5
|
|
||||||
set $sky #89dceb
|
|
||||||
set $sapphire #74c7ec
|
|
||||||
set $blue #89b4fa
|
|
||||||
set $lavender #b4befe
|
|
||||||
set $text #cdd6f4
|
|
||||||
set $subtext1 #bac2de
|
|
||||||
set $subtext0 #a6adc8
|
|
||||||
set $overlay2 #9399b2
|
|
||||||
set $overlay1 #7f849c
|
|
||||||
set $overlay0 #6c7086
|
|
||||||
set $surface2 #585b70
|
|
||||||
set $surface1 #45475a
|
|
||||||
set $surface0 #313244
|
|
||||||
set $base #1e1e2e
|
|
||||||
set $mantle #181825
|
|
||||||
set $crust #11111b
|
|
||||||
|
|
||||||
|
# i3 config file (v4)
|
||||||
# target title bg text indicator border
|
#
|
||||||
client.focused $lavender $crust $text $rosewater $lavender
|
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||||
client.focused_inactive $overlay0 $base $text $rosewater $overlay0
|
|
||||||
client.unfocused $overlay0 $base $text $rosewater $overlay0
|
|
||||||
client.urgent $peach $base $peach $overlay0 $peach
|
|
||||||
client.placeholder $overlay0 $base $text $overlay0 $overlay0
|
|
||||||
client.background $base
|
|
||||||
|
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
||||||
for_window [class="^.*"] title_format "%title"
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
title_align center
|
# is used in the bar {} block below.
|
||||||
default_orientation auto
|
#font pango:monospace 8
|
||||||
focus_wrapping no
|
|
||||||
popup_during_fullscreen smart
|
|
||||||
force_display_urgency_hint 1000 ms
|
|
||||||
focus_on_window_activation urgent
|
|
||||||
workspace_auto_back_and_forth yes
|
|
||||||
|
|
||||||
font pango:FiraCode Nerd Font Mono Regular 8
|
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||||
|
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||||
default_border pixel 4
|
font pango:FiraCode Nerd Font Mono 8
|
||||||
default_floating_border pixel 4
|
|
||||||
smart_borders on
|
|
||||||
|
|
||||||
gaps inner 8
|
|
||||||
gaps outer 0
|
|
||||||
smart_gaps on
|
|
||||||
|
|
||||||
hide_edge_borders none
|
|
||||||
|
|
||||||
for_window [window_role="(?i)(?:pop-up|setup)"] floating enable
|
|
||||||
for_window [class="zoom"] floating enable
|
|
||||||
|
|
||||||
mouse_warping none
|
|
||||||
|
|
||||||
#exec --no-startup-id ~/.config/i3/setup_monitors.sh
|
#exec --no-startup-id ~/.config/i3/setup_monitors.sh
|
||||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||||
@ -103,8 +60,7 @@ bindsym $mod+Shift+a kill
|
|||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
#bindsym $mod+d exec --no-startup-id dmenu_run
|
#bindsym $mod+d exec --no-startup-id dmenu_run
|
||||||
bindsym $mod+d exec --no-startup-id rofi -show run
|
bindsym $mod+d exec rofi -show run
|
||||||
bindsym $mod+Tab exec --no-startup-id rofi -show window
|
|
||||||
# A more modern dmenu replacement is rofi:
|
# A more modern dmenu replacement is rofi:
|
||||||
# bindcode $mod+40 exec "rofi -modi drun,run -show drun"
|
# bindcode $mod+40 exec "rofi -modi drun,run -show drun"
|
||||||
# There also is i3-dmenu-desktop which only displays applications shipping a
|
# There also is i3-dmenu-desktop which only displays applications shipping a
|
||||||
|
Loading…
Reference in New Issue
Block a user