From 8a767580f5271cc76c8d52e848821359226e344a Mon Sep 17 00:00:00 2001 From: penguin Date: Tue, 25 Jul 2023 11:21:29 -0500 Subject: [PATCH] fixed things --- .config/i3/config | 10 +++++----- user/.zshrc | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index a508d9f..9b65413 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -32,7 +32,7 @@ font pango:JetBrains Nerd Font Mono 10, Jet Brains Nerd Font Mono 10 floating_modifier $mod # start a terminal -bindsym $mod+Return exec --no-startup-id alacritty +bindsym $mod+Return exec alacritty # kill focused window bindsym $mod+Shift+q kill @@ -194,14 +194,14 @@ bindsym $mod+Shift+9 move container to workspace $ws9; workspace $ws9 # assign [class="Pcmanfm"] $ws3 # assign [class="Skype"] $ws5 assign [class="teams-for-linux"] $ws8 -for_window [class="teams-for-linux"] move container to workspace "8", focus +for_window [class="teams-for-linux"] workspace --no-auto-back-and-forth $ws8, focus assign [class="(?i)discord"] $ws8 -for_window [class="(?i)discord"] move container to workspace "8", focus +for_window [class="(?i)discord"] workspace --no-auto-back-and-forth $ws8, focus assign [class="Alacritty"] $ws5 -for_window [class="Alacritty"] move container to workspace "5", focus +for_window [class="Alacritty"] workspace --no-auto-back-and-forth $ws4, focus assign [class="Emacs*"] $ws2 -for_window [class="Emacs*"] move container to workspace "2", focus +for_window [class="Emacs*"] workspace --no-auto-back-and-forth $ws2, focus # Open specific applications in floating mode # for_window [title="alsamixer"] floating enable border pixel 1 diff --git a/user/.zshrc b/user/.zshrc index f61847f..bc336fc 100644 --- a/user/.zshrc +++ b/user/.zshrc @@ -83,7 +83,6 @@ function cformat() find . -regex '.*\.\(cpp\|hpp\|cc\|cxx\|c\)' -exec clang-format -style=file -i {} \; } -source ~/powerlevel10k/powerlevel10k.zsh-theme autoload -U select-word-style select-word-style bash