From be2b0a98fdf23860370603569e41124c6ef8b1ba Mon Sep 17 00:00:00 2001 From: LordMathis Date: Wed, 13 Jun 2018 15:11:41 +0200 Subject: [PATCH] Update configs --- .atom/config.cson | 4 ++-- .config/i3/config | 31 ------------------------------- bin/pulseaudio-tail.sh | 2 +- 3 files changed, 3 insertions(+), 34 deletions(-) diff --git a/.atom/config.cson b/.atom/config.cson index e863258..9320153 100644 --- a/.atom/config.cson +++ b/.atom/config.cson @@ -16,6 +16,7 @@ userId: "810a52e5-06b5-44a9-99a3-c394cee0b9dd" "linter-ui-default": panelHeight: 69 + showPanel: true minimap: plugins: "highlight-selected": true @@ -34,8 +35,7 @@ "workspace" "natively" ] - "tree-view": - hideVcsIgnoredFiles: true + "tree-view": {} "vim-mode-plus": hideStatusBarOnMaximizePane: false hideTabBarOnMaximizePane: false diff --git a/.config/i3/config b/.config/i3/config index 8fd2954..aa5c8a5 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -38,30 +38,14 @@ bindsym $mod+Shift+q kill # start dmenu (a program launcher) bindsym $mod+d exec rofi -modi drun -show drun bindsym $mod+Tab exec rofi -modi window -show window -# There also is the (new) i3-dmenu-desktop which only displays applications -# shipping a .desktop file. It is a wrapper around dmenu, so you need that -# installed. -# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop # change focus -#bindsym $mod+j focus left -#bindsym $mod+k focus down -#bindsym $mod+l focus up -#bindsym $mod+semicolon focus right - -# alternatively, you can use the cursor keys: bindsym $mod+Left focus left bindsym $mod+Down focus down bindsym $mod+Up focus up bindsym $mod+Right focus right # move focused window -#bindsym $mod+Shift+j move left -#bindsym $mod+Shift+k move down -#bindsym $mod+Shift+l move up -#bindsym $mod+Shift+semicolon move right - -# alternatively, you can use the cursor keys: bindsym $mod+Shift+Left move left bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up @@ -133,10 +117,6 @@ bindsym $mod+Shift+0 move container to workspace $ws10 # Workspaces back and forth bindsym $mod+b workspace back_and_forth -# Move workspace to different monitor -bindsym $mod+comma move workspace to ouput left -bindsym $mod+period move workspace to ouput right - # Screenshot bindsym Print exec gnome-screenshot @@ -159,12 +139,6 @@ exec --no-startup-id ~/.fehbg & # Polybar exec_always --no-startup-id $HOME/.config/polybar/launch.sh -#qOverview -exec qoverview-config-server - -# NetworkManager applet -#exec --no-startup-id nm-applet - # Keyboard layout exec setxkbmap -model pc104 -layout us,sk -variant ,qwerty -option grp:win_space_toggle @@ -217,8 +191,3 @@ mode "resize" { bindsym $mod+r mode "resize" -# Start i3bar to display a workspace bar (plus the system information i3status -# finds out, if available) -#bar { -# status_command i3status -#} diff --git a/bin/pulseaudio-tail.sh b/bin/pulseaudio-tail.sh index 005b960..bad37bc 100755 --- a/bin/pulseaudio-tail.sh +++ b/bin/pulseaudio-tail.sh @@ -20,7 +20,7 @@ volume_print() { elif pacmd list-sinks | grep active | head -n 1 | grep headphones; then icon="" else - icon="" + icon="" fi muted=$(pamixer --sink $sink --get-mute)