Skip to content

Commit

Permalink
Jum 26 Apr 2024 10:00:42 WIB
Browse files Browse the repository at this point in the history
  • Loading branch information
nsetyo committed Apr 26, 2024
1 parent 75596b0 commit dcfa44f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set $ws0 0
set $term kitty

set $polkit-agent /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
set $locker /home/nsetyo/Documents/Project/config/scripts/lock.sh
set $locker /home/nsetyo/Documents/Project/dotfiles/scripts/lock.sh
set $brightnessctl brightnessctl set
set $gnome-schema org.gnome.desktop.interface
set $builtin-kb 'AT Translated Set 2 keyboard'
Expand All @@ -48,9 +48,10 @@ floating_modifier $mod
focus_follows_mouse no
title_align center

for_window [class="^.*"] border pixel 1
for_window [title="^.*"] border pixel 1
for_window [title="^zoom$"] floating enable
for_window [class="^.*"] border pixel 1
for_window [title="^.*"] border pixel 1
for_window [window_type="notification"] floating enable
for_window [title="^zoom$"] floating enable

bindcode 248 exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5%
Expand Down

0 comments on commit dcfa44f

Please sign in to comment.