Skip to content

Commit

Permalink
Merge pull request #271 from CelticBoozer/development
Browse files Browse the repository at this point in the history
bunch of new features and fixes
  • Loading branch information
CelticBoozer authored Nov 10, 2024
2 parents a220705 + 8a38f6e commit d715e34
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .config/rofi/config.rasi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
configuration {
threads: 0;
modi: "calc,Clipboard:~/.bin/cliphist-rofi.sh,drun,power-menu:rofi-power-menu";
modi: "Clipboard:~/.bin/cliphist-rofi.sh,drun,power-menu:rofi-power-menu";
case-sensitive: false;
cycle: true;
scroll-method: 1;
Expand Down
2 changes: 1 addition & 1 deletion .config/sway/config.d/keybinds.conf
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ bindsym XF86MonBrightnessDown exec swayosd-client --brightness lower
# bindsym XF86monBrightnessUp exec brightnessctl set +5% | sed -En 's/.*\(([0-9]+)%\).*/\1/p' > $WOBSOCK

# Notify about change layout via the SwayOSD
bindcode 108 exec swayosd-client --custom-icon "preferences-desktop-locale" --custom-message "$(swaymsg -t get_inputs | jq 'map(select(has("xkb_active_layout_name")))[0].xkb_active_layout_name')"
bindcode 108 exec swayosd-client --custom-icon "input-keyboard" --custom-message "$(swaymsg -t get_inputs | jq 'map(select(has("xkb_active_layout_name")))[0].xkb_active_layout_name')"

# Firefox
bindsym --to-code $mod+Shift+t exec firefox-developer-edition
Expand Down
8 changes: 4 additions & 4 deletions .config/sworkstyle/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
separator = ' '

[matching]
'/Element/' = '󰯸'
'/Picture-in-Picture/' = '󰹗'
'/Private Browsing/' = '󱀣'
'firefox-developer-edition' = '󰈹'
'/Google Chrome/' = ''
'/nvim ?\w*/' = ''
'/vim ?\w*/' = ''
'spotube' = ''
'/btop/' = ''
'/nmtui/' = '󰀂'
'/nnn/' = ''
'/nmtui/' = ''
'/yazi/' = ''
'/pulsemixer/' = ''
'deno' = ''
'jetbrains-idea-ce' = ''
Expand All @@ -36,6 +38,4 @@ separator = ' '
'org.pwmt.zathura' = ''
'krita' = ''
'com.github.wwmm.easyeffects' = '󰥠'
'btop' = ''
'nmtui' = ''
'vesktop' = ''
1 change: 0 additions & 1 deletion .system-config-backup/aurpkglist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ python-questionary
python-taskw
python-xlsx2csv
rate-mirrors
rofi-lbonn-wayland-git
rofi-power-menu
rofi-ttv-git
skypeforlinux-bin
Expand Down
2 changes: 1 addition & 1 deletion .system-config-backup/pkglist.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
acpi
alacritty
archlinux-keyring
autoconf
automake
Expand Down Expand Up @@ -124,6 +123,7 @@ ripgrep
rmlint
rmlint-shredder
rofi-calc
rofi-wayland
rtorrent
rust
s-nail
Expand Down

0 comments on commit d715e34

Please sign in to comment.