Update configs
This commit is contained in:
parent
1d2abfecaf
commit
be2b0a98fd
|
@ -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
|
||||
|
|
|
@ -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
|
||||
#}
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue