Compare commits

...

19 Commits

Author SHA1 Message Date
4bc18cd77b Switch to zsh 2025-08-05 07:38:05 -04:00
0072f8d29a Merge main into zephyrus 2025-08-04 20:11:35 -04:00
66a2f40cb3 Merge main into zephyrus 2025-08-04 18:12:51 -04:00
bea5f1c16b Merge alacritty theme 2025-08-02 11:11:13 -04:00
422a83e429 Merge main into zephyrus 2025-08-01 07:49:39 -04:00
78ad509cfc Merge main into zephyrus 2025-07-27 19:04:05 -04:00
8dd3e4f10a Merge main into zephyrus 2025-07-26 15:23:36 -04:00
4eac1ed016 Waybar power button 2025-07-22 07:02:58 -04:00
c83de49eb2 Merge main into zephyrus 2025-07-20 11:43:50 -04:00
f7512ba6fe Keyboard brightness shorcuts 2025-07-20 11:41:50 -04:00
cbd8070e67 Merge main into zephyrus 2025-07-16 06:16:04 -04:00
eaf1f2ed5f Merge main into zephyrus 2025-07-14 07:32:44 -04:00
84302f004f Changes for zephyrus 2025-06-21 22:33:36 -04:00
fa922d55c4 Merged main into zephyrus 2025-06-21 22:28:52 -04:00
be23a24852 Update 2025-06-08 19:25:14 -04:00
6480d9e869 Update theme 2025-06-07 22:03:59 -04:00
7e0dec587f Merge main into zephyrus 2025-06-07 21:42:09 -04:00
49d419f4bd Add gestures 2025-06-02 07:14:07 -04:00
6bb9456c9d Zephyrus changes 2025-06-01 20:52:53 -04:00
8 changed files with 42 additions and 23 deletions

View File

@@ -143,11 +143,8 @@ bindsym $mod+r mode "resize"
bindsym --locked XF86AudioLowerVolume exec pactl set-sink-volume \@DEFAULT_SINK@ -5% bindsym --locked XF86AudioLowerVolume exec pactl set-sink-volume \@DEFAULT_SINK@ -5%
bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume \@DEFAULT_SINK@ +5% bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume \@DEFAULT_SINK@ +5%
bindsym --locked XF86AudioMicMute exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle bindsym --locked XF86AudioMicMute exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle
# Special keys to adjust brightness via brightnessctl
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
#xwayland disable for_window [shell="xwayland"] title_format "[XWayland] %title"
#seat * xcursor_theme catppuccin-latte-peach-cursors 32 #seat * xcursor_theme catppuccin-latte-peach-cursors 32

View File

@@ -0,0 +1,5 @@
input 2362:12305:ASUP1208:00_093A:3011_Touchpad {
natural_scroll enabled
tap enabled
pointer_accel 0.5
}

View File

@@ -41,6 +41,12 @@ bindsym $mod+Shift+f floating toggle
## Layout management ## Layout management
bindsym $mod+tab layout tabbed bindsym $mod+tab layout tabbed
## Laptop
bindsym --locked XF86KbdBrightnessUp exec asusctl -n
bindsym --locked XF86KbdBrightnessDown exec asusctl -p
bindsym --locked XF86MonBrightnessUp exec brightnessctl -e4 -n2 -d amdgpu_bl2 set 5%+
bindsym --locked XF86MonBrightnessDown exec brightnessctl -e4 -n2 -d amdgpu_bl2 set 5%-
## Utils ## Utils
bindsym Print exec bash -c 'file=$(~/.local/bin/snag -d ~/screenshots/) && wl-copy < $file' bindsym Print exec bash -c 'file=$(~/.local/bin/snag -d ~/screenshots/) && wl-copy < $file'
bindsym Print+Ctrl exec bash -c 'file=$(~/.local/bin/snag -r -d ~/screenshots/) && wl-copy < $file' bindsym Print+Ctrl exec bash -c 'file=$(~/.local/bin/snag -r -d ~/screenshots/) && wl-copy < $file'

View File

@@ -1,3 +1,2 @@
output DP-1 mode 3840x2160@240.000Hz pos 0 0 scale 1.6 adaptive_sync on allow_tearing yes output eDP-2 mode 2880x1800@120.000Hz pos 0 0 scale 2 adaptive_sync on allow_tearing yes
output DP-2 mode 2560x1440@240.000Hz pos 2400 0 scale 1.25 transform 90 adaptive_sync off
output * max_render_time off output * max_render_time off

View File

@@ -1,8 +1,4 @@
workspace 1 output DP-1 workspace 1 output eDP-2
workspace 2 output DP-1 workspace 2 output eDP-2
workspace 3 output DP-1 workspace 3 output eDP-2
workspace 4 output DP-1 workspace 4 output eDP-2
workspace 5 output DP-2
workspace 6 output DP-2
workspace 7 output DP-2
workspace 8 output DP-2

View File

@@ -5,7 +5,7 @@
// Choose the order of the modules // Choose the order of the modules
"modules-left": ["sway/workspaces"], "modules-left": ["sway/workspaces"],
"modules-center": ["pulseaudio", "clock"], "modules-center": ["pulseaudio", "clock"],
"modules-right": ["tray", "memory", "custom/power"], "modules-right": ["tray", "memory", "battery", "custom/power"],
"sway/workspaces": { "sway/workspaces": {
"disable-scroll": true, "disable-scroll": true,
"sort-by-name": true, "sort-by-name": true,
@@ -38,14 +38,17 @@
"format": "{icon}", "format": "{icon}",
"format-icons": ["", "", "", "", "", "", "", "", ""] "format-icons": ["", "", "", "", "", "", "", "", ""]
}, },
"memory": {
"format": "{used:0.1f}/{total:0.1f}G"
},
"battery": { "battery": {
"states": { "states": {
"warning": 30, "warning": 30,
"critical": 15 "critical": 15
}, },
"format": "{icon}", "format": "🔋{capacity}%",
"format-charging": "", "format-charging": "⚡{capacity}%",
"format-plugged": "", "format-plugged": "🔌{capacity}%",
"format-alt": "{icon}", "format-alt": "{icon}",
"format-icons": ["", "", "", "", "", "", "", "", "", "", "", ""] "format-icons": ["", "", "", "", "", "", "", "", "", "", "", ""]
}, },

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkMenu" id="menu">
<child>
<object class="GtkMenuItem" id="shutdown">
<property name="label">Shutdown</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="reboot">
<property name="label">Reboot</property>
</object>
</child>
</object>
</interface>

View File

@@ -1,5 +1,5 @@
# #
# ~/.bashrc # ~/.zshrc
# #
# If not running interactively, don't do anything # If not running interactively, don't do anything
@@ -8,12 +8,10 @@
alias ls='ls --color=auto' alias ls='ls --color=auto'
alias grep='grep --color=auto' alias grep='grep --color=auto'
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
PS1='[\u@\h \W]\$ '
eval "$(starship init bash)" eval "$(starship init zsh)"
alias reboot-to-windows='sudo grub-reboot "Windows Boot Manager (on /dev/nvme1n1p1)" && sudo reboot'
export PATH=~/.npm-global/bin:~/.local/bin:$PATH export PATH=~/.npm-global/bin:~/.local/bin:$PATH
export SSH_AUTH_SOCK=/home/pmcc/.bitwarden-ssh-agent.sock export SSH_AUTH_SOCK=/home/pmcc/.bitwarden-ssh-agent.sock
alias claude="/home/pmcc/.claude/local/claude" alias claude="/home/pmcc/.claude/local/claude"