.
This commit is contained in:
parent
d21074a565
commit
7c48b60462
3 changed files with 24 additions and 19 deletions
|
@ -165,12 +165,12 @@ local config = {
|
|||
}
|
||||
|
||||
if wezterm.target_triple == "x86_64-pc-windows-msvc" then
|
||||
config.default_prog = {"D:/Programs/git-sdk-64/usr/bin/zsh", "-i"}
|
||||
config.default_prog = {"D:/Programs/git-sdk-64/usr/bin/fish", "-i"}
|
||||
config.default_cwd = "D:/Downloads"
|
||||
config.font = wezterm.font_with_fallback({
|
||||
"Terminus (TTF)",
|
||||
"Unifont Windows",
|
||||
"SijiNGWindows",
|
||||
"Unifont",
|
||||
"Noto Emoji",
|
||||
})
|
||||
config.unix_domains = {
|
||||
|
|
|
@ -55,7 +55,7 @@ Config_foreColor_#1=1a1b26;1a1b26;1a1b26;1a1b26;1a1b26;1a1b26;1a1b26;1a1b26;1a1b
|
|||
Config_foreColor_#2=1a1b26;1a1b26;1a1b26;1a1b26;1a1b26;1a1b26;1a1b26;1a1b26;1a1b26;1a1b26
|
||||
Config_foreColor_#3=1a1b26;1a1b26;1a1b26;1a1b26;1a1b26;1a1b26;1a1b26;1a1b26;1a1b26;1a1b26
|
||||
Config_fontColor_#1=a9b1d6;a9b1d6;a9b1d6;449dab;449dab;a7c080;e0af68;f7768e;7aa2f7;ad8ee6
|
||||
Config_fontColor_#2=ad8ee6;a9b1d6;a9b1d6;a9b1d6;a9b1d6;a9b1d6;a9b1d6;a9b1d6;f7768e;a9b1d6
|
||||
Config_fontColor_#2=ad8ee6;a9b1d6;32344a;a9b1d6;a9b1d6;a9b1d6;a9b1d6;a9b1d6;f7768e;a9b1d6
|
||||
Config_fontColor_#3=a7c080;a9b1d6;a9b1d6;a9b1d6;a9b1d6;a9b1d6;a9b1d6;a9b1d6;a9b1d6;a9b1d6
|
||||
|
||||
|
||||
|
@ -64,7 +64,7 @@ Config_barCommands=
|
|||
Config_readinBat=0
|
||||
Config_readinCpu=1
|
||||
Config_readinDate=1
|
||||
Config_readinDateFormat=ddd, MM/dd/yyyy
|
||||
Config_readinDateFormat=ddd, yyyy/MM/dd
|
||||
Config_readinDiskLoad=0
|
||||
Config_readinMemoryUsage=0
|
||||
Config_readinMusic=1
|
||||
|
@ -89,12 +89,11 @@ Config_bbCompatibility=0
|
|||
Config_borderWidth=1
|
||||
Config_borderPadding=-1
|
||||
Config_showTaskBar=1
|
||||
Config_showBorder=1
|
||||
;Config_selBorderColor=e68ac1
|
||||
Config_selBorderColor=F37F97
|
||||
Config_showBorder=0
|
||||
Config_selBorderColor=ad8ee6
|
||||
|
||||
;; Window arrangement
|
||||
Config_viewNames=⠈;⠐;⠘;⠠;⠨;⠰;⠸;⢀;⢈
|
||||
Config_viewNames=1;2;3;4;5;6;7;8;9
|
||||
Config_layout_#1=[]=;tile
|
||||
Config_layout_#2=[M];monocle
|
||||
Config_layout_#3=><>;
|
||||
|
@ -104,18 +103,19 @@ Config_layoutAxis_#2=2
|
|||
Config_layoutAxis_#3=2
|
||||
Config_layoutGapWidth=8
|
||||
Config_layoutMFactor=0.6
|
||||
Config_areaTraceTimeout=1000
|
||||
Config_areaTraceTimeout=0
|
||||
Config_continuouslyTraceAreas=0
|
||||
Config_dynamicTiling=1
|
||||
Config_ghostWndSubString= (Not Responding)
|
||||
Config_mFactCallInterval=700
|
||||
Config_mouseFollowsFocus=0
|
||||
Config_newWndPosition=top
|
||||
Config_newWndPosition=bottom
|
||||
Config_onActiveHiddenWnds=view
|
||||
Config_shellMsgDelay=350
|
||||
Config_syncMonitorViews=0
|
||||
Config_viewFollowsTagged=0
|
||||
Config_viewMargins=0;0;0;0
|
||||
Config_hideTitleBars=0
|
||||
|
||||
;; Config_rule_#<i> := '<class>;<title>;<function name>;<is managed>;<m>;<tags>;<is floating>;<is decorated>;<hide title>;<action>'
|
||||
;Config_rule_#1=.*;.*;;1;0;0;0;0;0;
|
||||
|
@ -186,10 +186,12 @@ Config_rule=VMUIFrame;;;0;1;;0;0;0;
|
|||
Config_rule=Window Class;tistow;;0;1;;0;0;0;
|
||||
Config_rule=TForm1;Exeinfo PE.*;;0;1;;0;0;0;
|
||||
Config_rule=HwndWrapper[PowerToys.PowerOCR.*];TextExtractor;;0;1;;0;0;0;
|
||||
Config_rule=ApplicationFrameWindow;;;1;0;0;0;0;0;
|
||||
|
||||
;; Configuration management
|
||||
Config_autoSaveSession=auto
|
||||
Config_maintenanceInterval=5000
|
||||
Config_monitorDisplayChangeMessages=off
|
||||
|
||||
;; Key definitions
|
||||
;; Window management
|
||||
|
@ -199,7 +201,6 @@ Config_hotkey=#+Down::View_shuffleWindow(0, +1)
|
|||
Config_hotkey=#+Up::View_shuffleWindow(0, -1)
|
||||
Config_hotkey=#+Enter::
|
||||
Config_hotkey=#c::
|
||||
Config_hotkey=#+f::
|
||||
Config_hotkey=#+m::
|
||||
Config_hotkey=#+s::
|
||||
Config_hotkey=#+x::
|
||||
|
@ -228,7 +229,6 @@ Config_hotkey=#^+d::Debug_setLogLevel(0, +1)
|
|||
|
||||
;; Layout management
|
||||
Config_hotkey=#Tab::
|
||||
Config_hotkey=#m::
|
||||
|
||||
Config_hotkey=#Left::View_setLayoutProperty(MFactor, 0, -0.05)
|
||||
Config_hotkey=#Right::View_setLayoutProperty(MFactor, 0, +0.05)
|
||||
|
@ -264,18 +264,21 @@ Config_hotkey=!+y::
|
|||
;; Administration
|
||||
Config_hotkey=#^e::
|
||||
Config_hotkey=#^s::
|
||||
Config_hotkey=#^r::Main_reload()
|
||||
Config_hotkey=#^q::ExitApp
|
||||
Config_hotkey=#^r::
|
||||
Config_hotkey=#^q::
|
||||
|
||||
;; Our Hotkeys
|
||||
Config_hotkey=#!q::ExitApp
|
||||
Config_hotkey=#!r::Reload
|
||||
Config_hotkey=#Enter::Run, wezterm-gui.exe
|
||||
Config_hotkey=#Enter::Run, wezterm-gui.exe start
|
||||
|
||||
Config_hotkey=#+Space::Monitor_toggleBar()
|
||||
Config_hotkey=#q::Manager_closeWindow()
|
||||
Config_hotkey=#+d::Window_toggleDecor()
|
||||
Config_hotkey=#f::View_toggleFloatingWindow()
|
||||
Config_hotkey=#t::View_setLayout(1)
|
||||
Config_hotkey=#m::View_setLayout(2)
|
||||
Config_hotkey=#+f::View_setLayout(3)
|
||||
Config_hotkey=!+Enter::Manager_maximizeWindow()
|
||||
|
||||
Config_hotkey=#+0::
|
||||
|
|
|
@ -50,19 +50,21 @@ ContainerPadding(0, 8, 6)
|
|||
FloatRule("exe", "steam.exe") ; personal preference
|
||||
FloatRule("exe", "steamwebhelper.exe") ; personal preference
|
||||
FloatRule("exe", "scrcpy.exe") ; personal preference
|
||||
FloatRule("exe", "paintdotnet.exe") ; pending pr
|
||||
FloatRule("exe", "vmware.exe") ; TODO: pr?
|
||||
|
||||
FloatRule("title", "SplashScreenGuard") ; TODO: pr
|
||||
|
||||
FloatRule("class", "TFormHexView") ; TODO: pr
|
||||
FloatRule("class", "WindowsForms10.Window.8.app.0.2bf8098_r7_ad1")
|
||||
|
||||
ManageRule("title", " - MusicBee")
|
||||
|
||||
IdentifyTrayApplication("exe", "SoulseekQt.exe") ; pending pr
|
||||
IdentifyTrayApplication("exe", "thunderbird.exe") ; TODO: pr? doesnt work well if "minimize to tray" is enabled
|
||||
IdentifyTrayApplication("exe", "DiscordDevelopment.exe") ; pending pr
|
||||
IdentifyTrayApplication("exe", "foobar2000.exe")
|
||||
|
||||
IdentifyBorderOverflowApplication("exe", "MusicBee.exe") ; TODO: pr? also need to figure out how to make miniplayer popout not steal focus
|
||||
IdentifyBorderOverflowApplication("exe", "DiscordDevelopment.exe") ; pending pr
|
||||
IdentifyBorderOverflowApplication("exe", "vivaldi.exe") ; TODO: pr
|
||||
IdentifyBorderOverflowApplication("exe", "mixxx.exe") ; TODO: pr
|
||||
|
||||
;;;; Finalize config ;;;;
|
||||
CompleteConfiguration()
|
||||
|
|
Loading…
Reference in a new issue