diff --git a/.wezterm.lua b/.wezterm.lua index f0dc57d..9d86719 100644 --- a/.wezterm.lua +++ b/.wezterm.lua @@ -22,8 +22,6 @@ wezterm.on("window-config-reloaded", function(window, pane) end end) -config.front_end = "OpenGL" - config.font = wezterm.font("CommitMono") config.font_size = 12 diff --git a/sway/config b/sway/config index 3f2fa3d..a3a6991 100644 --- a/sway/config +++ b/sway/config @@ -33,7 +33,7 @@ set $menu $rofi_cmd -show drun -display-run "hello" # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) # Requires: desktop-backgrounds-compat, swaybg -output * bg /home/kenneth/Pictures/wallpaper/catwaves.png fill +output * bg /home/kenneth/Pictures/wallpaper/wallhaven-72871o.png fill # # Example configuration: # @@ -92,9 +92,9 @@ client.background $base bindsym $mod+Shift+q kill # Start your launcher - bindsym $mod+d exec $menu + bindsym $mod+space exec $menu - bindsym $mod+Shift+e exec emojipick + bindsym $mod+Shift+e exec bemoji # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. @@ -146,6 +146,10 @@ client.background $base bindsym $mod+8 workspace number 8 bindsym $mod+9 workspace number 9 bindsym $mod+0 workspace number 10 + bindsym $mod+w workspace 󰖟 + bindsym $mod+d workspace 󰙯 + bindsym $mod+o workspace 󰕃 + bindsym $mod+m workspace 󰝚 # Move focused container to workspace bindsym $mod+Shift+1 move container to workspace number 1 bindsym $mod+Shift+2 move container to workspace number 2 @@ -157,6 +161,10 @@ client.background $base bindsym $mod+Shift+8 move container to workspace number 8 bindsym $mod+Shift+9 move container to workspace number 9 bindsym $mod+Shift+0 move container to workspace number 10 + bindsym $mod+Shift+w move container to workspace 󰖟 + bindsym $mod+Shift+d move container to workspace 󰙯 + bindsym $mod+Shift+o move container to workspace 󰕃 + bindsym $mod+Shift+m move container to workspace 󰝚 # Note: workspaces can have any name you want, not just numbers. # We just use 1-10 as the default. # @@ -170,17 +178,17 @@ client.background $base # Switch the current container between different layout styles bindsym $mod+s layout stacking - bindsym $mod+w layout tabbed + bindsym $mod+t layout tabbed bindsym $mod+e layout toggle split # Make the current focus fullscreen bindsym $mod+f fullscreen # Toggle the current focus between tiling and floating mode - bindsym $mod+Shift+space floating toggle + bindsym $mod+Shift+f floating toggle # Swap focus between the tiling area and the floating area - bindsym $mod+space focus mode_toggle + bindsym $mod+Shift+space focus mode_toggle # Move focus to the parent container bindsym $mod+a focus parent @@ -199,7 +207,6 @@ client.background $base bindsym $mod+p exec grimshot save active bindsym $mod+Shift+p exec grimshot save area - bindsym $mod+Mod1+p exec grimshot save output bindsym $mod+Ctrl+p exec grimshot save window # # Resizing containers: diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 2a81936..84c88e6 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -19,7 +19,7 @@ "disable-scroll": true, "all-outputs": true, "warp-on-scroll": false, - "format": "{icon}", + "format": "{name}", "format-icons": { "default": "", "focused": "" diff --git a/waybar/style.css b/waybar/style.css index fd49a2a..c9a91ec 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -49,8 +49,7 @@ button:hover { } #workspaces { - background-color: @surface0; - border-radius: 100px; + background-color: transparent; } #workspaces button {