Skip to content

Commit

Permalink
Some changes from PopOs environment
Browse files Browse the repository at this point in the history
  • Loading branch information
DMcP89 committed Sep 30, 2024
1 parent df698ca commit 79e1f2e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
3 changes: 0 additions & 3 deletions .config/powerline/themes/zsh/default_leftonly.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"function": "powerline.segments.common.env.user",
"priority": 30
},
{
"function": "powerline.segments.common.bat.battery"
},
{
"function": "powerline.segments.common.time.date",
"args": {
Expand Down
19 changes: 6 additions & 13 deletions i3/.config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,12 @@ bindsym $super+d exec rofi -lines 12 -padding 18 -width 60 -location 0 -show dru
bindsym --release Print exec gnome-screenshot -i
bindsym $super+l exec i3lock -i ~/.wallpaper.png
bindsym $super+Shift+w exec firefox
bindsym $super+Shift+f exec thunar;workspace 3;focus
bindsym $super+Shift+g exec geany

#change volume
bindsym XF86AudioRaiseVolume exec amixer -q set Master 5%+
bindsym XF86AudioLowerVolume exec amixer -q set Master 5%-
bindsym XF86AudioMute exec amixer set Master toggle

# music control
bindsym XF86AudioNext exec mpc next
bindsym XF86AudioPrev exec mpc prev
bindsym XF86AudioPlay exec mpc toggle
bindsym XF86AudioStop exec mpc stop
bindsym $super+Shift+g exec thunderbird

# scratchpad
bindsym $alt+Shift+m move scratchpad
bindsym $alt+m scratchpad show


# kill focused window
bindsym $super+c kill
Expand Down
14 changes: 13 additions & 1 deletion nvim/.config/nvim/coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,17 @@
"trace.server": "verbose",
"filetypes": ["go"]
}
}
},
"pyright.inlayHints.variableTypes": false,
"pyright.inlayHints.parameterTypes": false,
"pyright.inlayHints.functionReturnTypes": false,
"pyright.disableDiagnostics": true,
"yaml.schemas": {
"https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.0-standalone-strict/all.json": "/*.kubernetes.yaml",
"https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.0-standalone-strict/all.json": "/*.k8s.yaml"
},
"yaml.validate": true,
"yaml.format.enable": true,
"yaml.hover": true,
"yaml.completion": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"function": "powerline.segments.common.env.user",
"priority": 30
},
{
"function": "powerline.segments.common.bat.battery"
},
{
"function": "powerline.segments.common.time.date",
"args": {
Expand Down

0 comments on commit 79e1f2e

Please sign in to comment.