Compare commits
2 commits
05d71acf07
...
d373ea4f39
Author | SHA1 | Date | |
---|---|---|---|
d373ea4f39 | |||
02197cda6f |
4 changed files with 11 additions and 2 deletions
|
@ -56,4 +56,11 @@
|
||||||
},
|
},
|
||||||
"workbench.colorTheme": "Atom One Dark",
|
"workbench.colorTheme": "Atom One Dark",
|
||||||
"godot_tools.gdscript_lsp_server_port": 6005,
|
"godot_tools.gdscript_lsp_server_port": 6005,
|
||||||
|
"redhat.telemetry.enabled": false,
|
||||||
|
"sonarlint.connectedMode.connections.sonarqube": [
|
||||||
|
{
|
||||||
|
"serverUrl": "https://cq.bsh-sdd.com",
|
||||||
|
"connectionId": "https-cq-bsh-sdd-com-"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -212,7 +212,7 @@ bindsym $mod+Shift+e exec "swaynag -f 'pango:$font' -t warning -m 'sway beenden?
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
bindsym $mod+Return exec alacritty
|
bindsym $mod+Return exec alacritty
|
||||||
bindsym $mod+c exec chromium
|
bindsym $mod+c exec chromium
|
||||||
bindsym $mod+b exec firefox
|
bindsym $mod+b exec librewolf
|
||||||
bindsym $mod+t exec thunderbird
|
bindsym $mod+t exec thunderbird
|
||||||
bindsym $mod+g exec code
|
bindsym $mod+g exec code
|
||||||
bindsym $mod+z exec thunar
|
bindsym $mod+z exec thunar
|
||||||
|
@ -249,6 +249,7 @@ assign [class="^jetbrains-idea$"] $workspace2
|
||||||
assign [class="^jetbrains-idea-ce$"] $workspace2
|
assign [class="^jetbrains-idea-ce$"] $workspace2
|
||||||
assign [class="^firefox$"] $workspace3
|
assign [class="^firefox$"] $workspace3
|
||||||
assign [app_id="^firefox$"] $workspace3
|
assign [app_id="^firefox$"] $workspace3
|
||||||
|
assign [app_id="^LibreWolf$"] $workspace3
|
||||||
assign [class="^Thunderbird$"] $workspace4
|
assign [class="^Thunderbird$"] $workspace4
|
||||||
assign [app_id="^thunderbird$"] $workspace4
|
assign [app_id="^thunderbird$"] $workspace4
|
||||||
assign [app_id="^thunderbird-beta$"] $workspace4
|
assign [app_id="^thunderbird-beta$"] $workspace4
|
||||||
|
|
1
.config/sway/config.local
Symbolic link
1
.config/sway/config.local
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
config.local##hostname.avior
|
|
@ -1 +1 @@
|
||||||
Subproject commit ff7b30ebd2faed7bf2de599ec9f340cffb29a4a4
|
Subproject commit f209c5b6741e6cf847bf4a77e19f2fbf6ffc5290
|
Loading…
Reference in a new issue