Update configs
This commit is contained in:
parent
1d2abfecaf
commit
be2b0a98fd
|
@ -16,6 +16,7 @@
|
||||||
userId: "810a52e5-06b5-44a9-99a3-c394cee0b9dd"
|
userId: "810a52e5-06b5-44a9-99a3-c394cee0b9dd"
|
||||||
"linter-ui-default":
|
"linter-ui-default":
|
||||||
panelHeight: 69
|
panelHeight: 69
|
||||||
|
showPanel: true
|
||||||
minimap:
|
minimap:
|
||||||
plugins:
|
plugins:
|
||||||
"highlight-selected": true
|
"highlight-selected": true
|
||||||
|
@ -34,8 +35,7 @@
|
||||||
"workspace"
|
"workspace"
|
||||||
"natively"
|
"natively"
|
||||||
]
|
]
|
||||||
"tree-view":
|
"tree-view": {}
|
||||||
hideVcsIgnoredFiles: true
|
|
||||||
"vim-mode-plus":
|
"vim-mode-plus":
|
||||||
hideStatusBarOnMaximizePane: false
|
hideStatusBarOnMaximizePane: false
|
||||||
hideTabBarOnMaximizePane: false
|
hideTabBarOnMaximizePane: false
|
||||||
|
|
|
@ -38,30 +38,14 @@ bindsym $mod+Shift+q kill
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
bindsym $mod+d exec rofi -modi drun -show drun
|
bindsym $mod+d exec rofi -modi drun -show drun
|
||||||
bindsym $mod+Tab exec rofi -modi window -show window
|
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
|
# 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+Left focus left
|
||||||
bindsym $mod+Down focus down
|
bindsym $mod+Down focus down
|
||||||
bindsym $mod+Up focus up
|
bindsym $mod+Up focus up
|
||||||
bindsym $mod+Right focus right
|
bindsym $mod+Right focus right
|
||||||
|
|
||||||
# move focused window
|
# 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+Left move left
|
||||||
bindsym $mod+Shift+Down move down
|
bindsym $mod+Shift+Down move down
|
||||||
bindsym $mod+Shift+Up move up
|
bindsym $mod+Shift+Up move up
|
||||||
|
@ -133,10 +117,6 @@ bindsym $mod+Shift+0 move container to workspace $ws10
|
||||||
# Workspaces back and forth
|
# Workspaces back and forth
|
||||||
bindsym $mod+b workspace 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
|
# Screenshot
|
||||||
bindsym Print exec gnome-screenshot
|
bindsym Print exec gnome-screenshot
|
||||||
|
|
||||||
|
@ -159,12 +139,6 @@ exec --no-startup-id ~/.fehbg &
|
||||||
# Polybar
|
# Polybar
|
||||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
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
|
# Keyboard layout
|
||||||
exec setxkbmap -model pc104 -layout us,sk -variant ,qwerty -option grp:win_space_toggle
|
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"
|
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
|
|
||||||
#}
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ volume_print() {
|
||||||
elif pacmd list-sinks | grep active | head -n 1 | grep headphones; then
|
elif pacmd list-sinks | grep active | head -n 1 | grep headphones; then
|
||||||
icon=""
|
icon=""
|
||||||
else
|
else
|
||||||
icon=""
|
icon=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
muted=$(pamixer --sink $sink --get-mute)
|
muted=$(pamixer --sink $sink --get-mute)
|
||||||
|
|
Loading…
Reference in New Issue