latest
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
return {
|
return {
|
||||||
'github/copilot.vim',
|
'github/copilot.vim',
|
||||||
config = function()
|
config = function()
|
||||||
|
vim.keymap.set('i', '<C-J>', 'copilot#Accept("\\<CR>")', {
|
||||||
|
expr = true,
|
||||||
|
replace_keycodes = false
|
||||||
|
})
|
||||||
|
vim.g.copilot_no_tab_map = true
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ set $mod Mod4
|
|||||||
set $term kitty -1
|
set $term kitty -1
|
||||||
#set $term ghostty
|
#set $term ghostty
|
||||||
|
|
||||||
set $menu wofi -S drun -G
|
set $menu wofi -S drun -GI
|
||||||
|
|
||||||
set $left h
|
set $left h
|
||||||
set $down j
|
set $down j
|
||||||
@@ -25,7 +25,7 @@ exec --no-startup-id nohup shikane -c /home/jozamudi/.config/shikane/config.toml
|
|||||||
|
|
||||||
bindswitch --reload --locked lid:on output $laptop disable
|
bindswitch --reload --locked lid:on output $laptop disable
|
||||||
bindswitch --reload --locked lid:off output $laptop enable
|
bindswitch --reload --locked lid:off output $laptop enable
|
||||||
exec_always --no-startup-id nohup '/home/jozamudi/.config/sway/scripts/clamshell-mode.sh'
|
exec_always --no-startup-id '/home/jozamudi/.config/sway/scripts/clamshell-mode.sh'
|
||||||
|
|
||||||
### Idle configuration
|
### Idle configuration
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
@@ -38,15 +38,17 @@ seat seat0 xcursor_theme Adwaita 25
|
|||||||
|
|
||||||
# Auto start .desktop files using dex
|
# Auto start .desktop files using dex
|
||||||
exec dex -a
|
exec dex -a
|
||||||
exec nohup pipewire
|
exec pipewire
|
||||||
exec nohup swaync
|
exec swaync
|
||||||
|
exec waybar
|
||||||
|
exec mpd
|
||||||
exec nohup sway-audio-idle-inhibit
|
exec nohup sway-audio-idle-inhibit
|
||||||
exec nohup waybar
|
#exec wl-paste -t text --watch clipman store --no-persist
|
||||||
exec wl-paste -t text --watch clipman store --no-persist
|
|
||||||
|
|
||||||
#better audio
|
#better audio
|
||||||
exec easyeffects -w -l Laptop
|
#exec easyeffects -w -l Laptop
|
||||||
|
|
||||||
default_border pixel 2
|
default_border pixel 2
|
||||||
default_floating_border pixel 2
|
default_floating_border pixel 2
|
||||||
|
|
||||||
|
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway XDG_SESSION_DESKTOP=sway
|
||||||
|
|||||||
@@ -118,6 +118,9 @@ bindsym $mod+Shift+s sticky toggle
|
|||||||
# Toggle laptop display
|
# Toggle laptop display
|
||||||
bindsym $mod+m output $laptop toggle
|
bindsym $mod+m output $laptop toggle
|
||||||
|
|
||||||
|
# play/pause media player
|
||||||
|
bindsym XF86Favorites exec playerctl play-pause
|
||||||
|
|
||||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% \
|
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% \
|
||||||
&& pkill -RTMIN+10 i3blocks;
|
&& pkill -RTMIN+10 i3blocks;
|
||||||
|
|
||||||
|
|||||||
@@ -13,3 +13,4 @@ for_window [title="LUCID"] floating enable
|
|||||||
for_window [title="Pydm|pydm"] floating enable
|
for_window [title="Pydm|pydm"] floating enable
|
||||||
for_window [title="Form"] floating enable
|
for_window [title="Form"] floating enable
|
||||||
for_window [title="zoom"] floating enable
|
for_window [title="zoom"] floating enable
|
||||||
|
|
||||||
|
|||||||
@@ -52,4 +52,4 @@ set-option -g update-environment "SSH_AUTH_SOCK \
|
|||||||
DISPLAY "
|
DISPLAY "
|
||||||
|
|
||||||
|
|
||||||
set -g status-style bg=default
|
# set -g status-style bg=default
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
// "position": "bottom", // Waybar position (top|bottom|left|right)
|
// "position": "bottom", // Waybar position (top|bottom|left|right)
|
||||||
//"height": 10, // Waybar height (to be removed for auto height)
|
//"height": 10, // Waybar height (to be removed for auto height)
|
||||||
// "width": 1280, // Waybar width
|
// "width": 1280, // Waybar width
|
||||||
"spacing": 0, // Gaps between modules (4px)
|
"spacing": 6, // Gaps between modules (4px)
|
||||||
// Choose the order of the modules
|
// Choose the order of the modules
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"sway/workspaces",
|
"sway/workspaces",
|
||||||
@@ -70,11 +70,12 @@
|
|||||||
"tooltip-format": "{app}: {title}"
|
"tooltip-format": "{app}: {title}"
|
||||||
},
|
},
|
||||||
"mpd": {
|
"mpd": {
|
||||||
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩ {volume}% ",
|
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩% ",
|
||||||
"format-disconnected": "Disconnected ",
|
"format-disconnected": "Disconnected ",
|
||||||
//"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
|
//"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
|
||||||
"format-stopped": "",
|
"format-stopped": "",
|
||||||
"unknown-tag": "N/A",
|
//"unknown-tag": "N/A",
|
||||||
|
"unknown-tag": "",
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
"consume-icons": {
|
"consume-icons": {
|
||||||
"on": " "
|
"on": " "
|
||||||
@@ -112,10 +113,11 @@
|
|||||||
// }
|
// }
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
// "timezone": "America/New_York",
|
"timezone": "America/Los_Angeles",
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||||||
"format": "{:%r}",
|
"format": "{:%R%p %Y-%m-%d}",
|
||||||
"format-alt": "{:%Y-%m-%d}"
|
//"format": "{:%R %p %Y-%m-%d}",
|
||||||
|
//"format-alt": "{:%Y-%m-%d}"
|
||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"format": "{usage}% ",
|
"format": "{usage}% ",
|
||||||
@@ -143,7 +145,7 @@
|
|||||||
"warning": 30,
|
"warning": 30,
|
||||||
"critical": 15
|
"critical": 15
|
||||||
},
|
},
|
||||||
"format": "{capacity}% {icon}",
|
"format": "{time} {capacity}% {icon}",
|
||||||
"format-full": "{capacity}% {icon}",
|
"format-full": "{capacity}% {icon}",
|
||||||
"format-charging": "{capacity}% C",
|
"format-charging": "{capacity}% C",
|
||||||
"format-plugged": "{capacity}% P",
|
"format-plugged": "{capacity}% P",
|
||||||
|
|||||||
@@ -6,8 +6,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: rgba(43, 48, 59, 0.5);
|
/*background-color: rgba(43, 48, 59, 0.5);
|
||||||
border-bottom: 3px solid rgba(100, 114, 125, 0.5);
|
border-bottom: 3px solid rgba(100, 114, 125, 0.5); */
|
||||||
|
background-color: rgba(0, 0, 0, 1);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: .5s;
|
transition-duration: .5s;
|
||||||
|
|||||||
Reference in New Issue
Block a user