termite: remove

This commit is contained in:
Johannes Loher 2021-05-14 09:56:24 +02:00
parent 56ff2ddc0a
commit dbb42038bb
3 changed files with 1 additions and 93 deletions

View file

@ -6,7 +6,7 @@ configuration {
bw: 0;
location: 0;
padding: 7;
terminal: "termite";
terminal: "alacritty";
matching: "normal";
separator-style: "none";
hide-scrollbar: true;

View file

@ -210,7 +210,6 @@ bindsym $mod+Shift+e exec "swaynag -f 'pango:$font' -t warning -m 'sway beenden?
# ------------------------------------------------------------------------------
# Program shortcuts
# ------------------------------------------------------------------------------
#bindsym $mod+Return exec termite
bindsym $mod+Return exec alacritty
bindsym $mod+c exec chromium
bindsym $mod+b exec firefox
@ -235,7 +234,6 @@ bindsym XF86MonBrightnessDown exec xbacklight -5
# ------------------------------------------------------------------------------
# Assignment of programs to workspaces
# ------------------------------------------------------------------------------
assign [app_id="^termite$"] $workspace1
assign [app_id="^Alacritty$"] $workspace1
assign [class="^code-oss$"] $workspace2
assign [class="^jetbrains-idea$"] $workspace2

View file

@ -1,90 +0,0 @@
[options]
font = Fira Code 14
cursor_blink = off
scrollback_lines = 4096
urgent_on_bell = true
audible_bell = false
visible_bell = true
[colors]
# Solarized:
# dark:
#foreground = #839496
#foreground_bold = #eee8d5
#background = #002b36
#cursor = #93a1a1
#cursor_foreground = #002b36
# light:
#foreground = #657b83
#foreground_bold = #073642
#background = #fdf6e3
#cursor = #586e75
#cursor_foreground = #fdf6e3
#color0 = #073642
#color1 = #dc322f
#color2 = #859900
#color3 = #b58900
#color4 = #268bd2
#color5 = #d33682
#color6 = #2aa198
#color7 = #eee8d5
#color8 = #002b36
#color9 = #cb4b16
#color10 = #586e75
#color11 = #657b83
#color12 = #839496
#color13 = #6c71c4
#color14 = #93a1a1
#color15 = #fdf6e3
# One:
# dark:
# special
foreground = #abb2bf
foreground_bold = #abb2bf
cursor = #abb2bf
cursor_foreground = #282c34
background = #282c34
color0 = #282c34
color1 = #e06c75
color2 = #98c379
color3 = #e5c07b
color4 = #61afef
color5 = #c678dd
color6 = #56b6c2
color7 = #abb2bf
color8 = #5c6370
color9 = #be5046
color10 = #98c379
color11 = #d19a66
color12 = #61afef
color13 = #c678dd
color14 = #56b6c2
color15 = #3e4451
# light:
# special
#foreground = #383a42
#foreground_bold = #383a42
#cursor = #383a42
#cursor_foreground = #fafafa
#background = #fafafa
#color0 = #fafafa
#color1 = #ca1261
#color2 = #50a14f
#color3 = #986801
#color4 = #4078f2
#color5 = #a626a4
#color6 = #0184bc
#color7 = #383a42
#color8 = #a0a1a7
#color9 = #e45649
#color10 = #50a14f
#color11 = #c18401
#color12 = #4078f2
#color13 = #a626a4
#color14 = #0184bc
#color15 = #e5e5e6